.modern-scot-books{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:30px;margin:32px 0}
.modern-scot-book-card{border:1px solid #ddd;background:#fff;padding:18px}
.modern-scot-book-cover img{width:100%;height:auto;display:block;margin:0 0 14px}
.modern-scot-book-card h3{margin:0 0 8px;font-size:1.25rem}
.modern-scot-book-card p{margin:0 0 8px}
.modern-scot-book-subtitle{font-style:italic}
.modern-scot-books-archive{max-width:1180px;margin:0 auto;padding:40px 20px}
.modern-scot-books-intro{max-width:760px;margin-bottom:28px}
.modern-scot-single-book{max-width:1120px;margin:0 auto;padding:48px 22px}
.modern-scot-single-book-layout{display:grid;grid-template-columns:minmax(180px,320px) 1fr;gap:44px;align-items:start}
.modern-scot-single-book-cover img{width:100%;height:auto;box-shadow:0 8px 24px rgba(0,0,0,.18)}
.modern-scot-single-book-main h1{margin:0 0 12px;font-size:clamp(34px,4vw,58px);line-height:1.05}
.modern-scot-single-book-subtitle{font-size:22px;font-style:italic;margin:0 0 18px}
.modern-scot-book-facts{border-top:1px solid #ddd;border-bottom:1px solid #ddd;margin:24px 0;padding:12px 0}
.modern-scot-book-facts div{display:grid;grid-template-columns:130px 1fr;gap:14px;padding:7px 0;border-bottom:1px solid #eee}
.modern-scot-book-facts div:last-child{border-bottom:none}
.modern-scot-book-facts dt{font-weight:700}
.modern-scot-book-facts dd{margin:0}
.modern-scot-book-buttons{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}
.modern-scot-book-buttons a{display:inline-block;border:1px solid #111;padding:10px 16px;text-decoration:none}
.modern-scot-book-buttons a:hover{background:#111;color:#fff}
.modern-scot-single-book-content{margin-top:30px;font-size:18px;line-height:1.65}
.modern-scot-single-book-author{margin-top:40px;padding-top:20px;border-top:1px solid #ddd;font-size:18px;line-height:1.6}
.modern-scot-single-book-author h3{font-size:22px;margin:0 0 10px}
@media(max-width:760px){.modern-scot-single-book-layout{grid-template-columns:1fr}.modern-scot-single-book-cover{max-width:280px}.modern-scot-book-facts div{grid-template-columns:1fr;gap:2px}}