/* Оборот карты 10×15 см — единый масштаб шрифта */
/* --card-font-pt на .card-aspect-10x15 меняет ВСЁ на обороте пропорционально */

.card-aspect-10x15 {
  --card-font-pt: 7.8;
}

.card-print-back {
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  padding: 5mm 4.8mm 5mm;
  font-family: Georgia, "Times New Roman", serif;
  font-size: calc(var(--card-font-pt) * 1pt);
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  hyphens: auto;
  overflow: hidden;
}

.card-print-back.is-overflow {
  box-shadow: inset 0 0 0 2px rgba(220, 90, 70, 0.75);
}

.cb-head {
  flex-shrink: 0;
  margin-bottom: 0.35em;
  padding-bottom: 0.35em;
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
}

.cb-num {
  margin: 0;
  font-family: system-ui, sans-serif;
  font-size: 0.83em;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #c9a86a;
}

.cb-title {
  margin: 0.15em 0 0;
  font-family: "Palatino Linotype", Palatino, Georgia, serif;
  font-size: 1.47em;
  font-weight: 500;
  line-height: 1.15;
  color: #d4af64;
  letter-spacing: 0.02em;
}

.cb-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  margin: 0.3em 0 0;
  font-size: 1em;
}

.cb-body p {
  margin: 0 0 0.45em;
  font-size: 1em;
}

.cb-body p:last-child {
  margin-bottom: 0;
}

.cb-lead {
  font-size: 1em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  margin-top: 0.5em !important;
}

.cb-q-inline {
  font-size: 1em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.82);
  padding-left: 0.4em;
  border-left: 2px solid rgba(212, 175, 55, 0.35);
}

.cb-questions {
  flex-shrink: 0;
  margin-top: 0.45em;
  padding-top: 0.4em;
  border-top: 1px solid rgba(212, 175, 55, 0.14);
  font-size: 1em;
}

.cb-q-head {
  margin: 0 0 0.25em;
  font-family: system-ui, sans-serif;
  font-size: 0.79em;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c9a86a;
}

.cb-questions ul {
  margin: 0;
  padding: 0 0 0 0.9em;
  list-style: none;
  font-size: 1em;
}

.cb-questions li {
  position: relative;
  margin: 0 0 0.2em;
  font-size: 0.88em;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.cb-questions li::before {
  content: "·";
  position: absolute;
  left: -0.75em;
  color: #c9a86a;
  font-weight: 700;
}

.cb-message {
  flex-shrink: 0;
  margin: 0.45em 0 0;
  padding: 0.45em 0.5em;
  border-left: 2px solid #d4af64;
  background: rgba(212, 175, 55, 0.07);
  font-size: 0.92em;
  line-height: 1.38;
  font-style: italic;
  color: rgba(255, 255, 255, 0.88);
}

/* Контейнер формата карты */
.card-aspect-10x15 {
  aspect-ratio: 2 / 3;
  width: 100%;
  max-width: 100mm;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: linear-gradient(168deg, #14111c 0%, #0b0912 48%, #07060c 100%);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45);
}

.card-aspect-10x15 .card-print-back {
  height: 100%;
}

.cards-book .card-back-sheet.card-back-short {
  padding: 0;
}

.cards-book .card-back-sheet.card-back-short .card-print-back {
  padding: 5mm 4.8mm;
}

@media print {
  .card-print-back {
    line-height: 1.36;
    padding: 4.5mm 4.2mm;
  }
}
