
/* RC56 visual restoration: multilingual book catalogues only. */
body.ds-book-catalog-restored .ds-hub-grid{grid-template-columns:repeat(auto-fill,minmax(205px,1fr));align-items:stretch;gap:1.1rem}
body.ds-book-catalog-restored .ds-hub-card{position:relative;overflow:hidden;padding:0;display:flex;flex-direction:column;background:#fff}
body.ds-book-catalog-restored .ds-book-cover{position:relative;display:block;aspect-ratio:2/3;background:#10284d;overflow:hidden;border-bottom:2px solid #c6403a}
body.ds-book-catalog-restored .ds-book-cover img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
body.ds-book-catalog-restored .ds-book-card-copy{padding:.9rem 1rem 1rem;display:flex;flex-direction:column;gap:.45rem;flex:1}
body.ds-book-catalog-restored .ds-book-card-copy h2,body.ds-book-catalog-restored .ds-book-card-copy h3{margin:0;font-size:1rem;line-height:1.3}
body.ds-book-catalog-restored .ds-book-card-copy p{margin:0;color:#4d5d73;line-height:1.45}
body.ds-book-catalog-restored .ds-book-card-copy a:last-child{margin-top:auto;font-weight:800}
body.ds-book-catalog-restored .ds-book-ribbon{position:absolute;z-index:4;top:24px;right:-48px;width:180px;transform:rotate(45deg);background:#c83232;color:#fff;text-align:center;font-weight:900;font-size:.72rem;letter-spacing:.08em;padding:.42rem .2rem;box-shadow:0 2px 8px rgba(0,0,0,.28);text-transform:uppercase}
body.ds-book-catalog-restored .ds-book-catalog-title{margin:2rem 0 .8rem}
@media(max-width:720px){body.ds-book-catalog-restored .ds-hub-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}body.ds-book-catalog-restored .ds-book-ribbon{font-size:.62rem;top:20px;right:-53px}}
@media(max-width:420px){body.ds-book-catalog-restored .ds-hub-grid{grid-template-columns:1fr 1fr}}
