.library-spine-label {
  background-color: #fff;
  border: 1px solid #000;
  width: 140px;
  margin: 0 auto;
  font-family: "Courier New", monospace;
  text-align: center;
}
.library-spine-label .label-row {
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}
.library-spine-label .label-row:last-child {
  border-bottom: none;
}
.library-spine-label .label-row.book-id {
  color: #b32d2e;
  font-size: 0.9rem;
}

.card-features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  width: 200px;
  margin: 0 auto;
}
.card-features-grid .feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  border: 1px solid #eee;
  background: #fff;
  font-size: 0.7rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.card-features-grid .feature-item.inactive {
  opacity: 0.4;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border-style: dashed;
}
.card-features-grid .feature-item.active {
  border-color: #b32d2e;
  background: rgba(179, 45, 46, 0.02);
}
.card-features-grid .feature-item.active .status-indicator {
  background: #b32d2e;
}
.card-features-grid .feature-item .status-indicator {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-features-grid .feature-item .feature-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.1;
}
.card-features-grid .feature-item .feature-text .tr {
  font-weight: 500;
}
.card-features-grid .feature-item .feature-text .hy {
  font-size: 0.6rem;
  color: #888;
}

.dual-label {
  line-height: 1.4;
}
.dual-label .label-tr {
  letter-spacing: 0.5px;
}
.dual-label .label-hy {
  font-family: "Segoe UI", "Tahoma", sans-serif;
}

.border-bottom-light {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.collection-stamp-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.03);
  border-left: 4px solid #b32d2e;
  padding: 15px 25px;
  margin-top: 2rem;
  width: 100%;
}
.collection-stamp-horizontal .label-group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 20px;
}
.collection-stamp-horizontal .label-group .stamp-label {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  color: #888;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
.collection-stamp-horizontal .collection-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.collection-stamp-horizontal .collection-text .name-hy {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  line-height: 1.2;
  margin-bottom: 2px;
}
.collection-stamp-horizontal .collection-text .name-tr {
  font-size: 0.85rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.book-authors .comma {
  color: inherit;
  font-weight: normal;
}
.book-authors a {
  color: #212529;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.book-authors a:hover {
  color: #b32d2e;
}/*# sourceMappingURL=book.css.map */