

/* library-civil-index-inline-cleanup */
.library-official-detail {
  overflow: auto;
  padding: 0 !important;
}

.library-official-detail .book-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1rem;
  line-height: 2.1;
  color: #111;
  background: #fff;
}

.library-official-detail .book-table th,
.library-official-detail .book-table td {
  border: 1px solid #d8c9ad;
  padding: 12px 10px;
  vertical-align: top;
  word-break: break-word;
  white-space: normal;
}

.library-official-detail .book-table tr:first-child th {
  font-size: 1.15rem;
  padding: 14px 12px;
}

.library-official-detail .book-note {
  margin: 14px 10px 6px;
  color: #475569;
  font-size: .95rem;
  text-align: center;
  line-height: 1.9;
}

.library-official-detail-wrap {
  margin-top: 18px;
}

.library-official-detail-wrap .yl-pdf-save-area {
  margin: 0 0 14px !important;
  justify-content: flex-start !important;
}

.library-index-page .section-card:first-of-type .section-head h1 {
  display: none;
}

.yl-library-breadcrumb {
  margin: 14px 0 18px;
  line-height: 2;
  font-weight: 800;
  color: #475569;
}

.yl-library-breadcrumb a {
  color: inherit;
}

@media (max-width: 700px) {
  .library-official-detail .book-table {
    font-size: .88rem;
    line-height: 1.85;
  }

  .library-official-detail .book-table th,
  .library-official-detail .book-table td {
    padding: 8px 6px;
  }
}

