/* Feature bidder bookmakers carousel */
.featured-books { margin: 4px 0 0; }
.featured-books-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; flex-wrap: wrap; margin-bottom: 12px; }
.featured-books-head h2 { font-size: 22px; font-weight: 800; margin: 0 0 2px; }
.featured-books-head .featured-books-sub { color: #94a3b8; font-size: 13px; margin: 0; line-height: 1.5; }
.featured-books-nav { display: flex; gap: 8px; align-items: center; }
.featured-books-arrow { width: 36px; height: 36px; border-radius: 10px; border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.04); color: #e2e8f0; font-size: 16px; font-family: inherit; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; transition: opacity 0.2s, background 0.2s; }
.featured-books-arrow:hover { background: rgba(255,255,255,0.09); }
.featured-books-arrow[disabled] { opacity: 0.35; cursor: not-allowed; }
.featured-books-viewport { position: relative; }
.featured-books-track { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding: 2px; padding: 2px 2px 14px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.featured-books-track::-webkit-scrollbar { display: none; }
.featured-books-card { flex: 0 0 82%; min-width: 0; scroll-snap-align: start; background: rgba(13,17,32,0.95); border: 1px solid rgba(255,255,255,0.07); border-radius: 16px; padding: 16px; display: flex; flex-direction: column; gap: 8px; }
.featured-books-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.featured-books-badge { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 0 16px; border-radius: 12px; font-weight: 800; font-size: 15px; letter-spacing: 0.2px; color: #fff; }
.featured-books-rating { color: #94a3b8; font-size: 13px; font-weight: 600; white-space: nowrap; text-align: right; }
.featured-books-rating .fm-rating-num { color: #facc15; font-size: 16px; font-weight: 800; }
.featured-books-tag { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.6px; color: #ff2448; margin: 0; }
.featured-books-offer { font-size: 14px; color: #c8d0db; line-height: 1.55; margin: 0; min-height: 0; }
.featured-books-actions { display: flex; flex-direction: column; gap: 8px; margin-top: auto; }
.featured-books-cta { display: inline-block; background: linear-gradient(135deg, #ff2448, #d41a38); color: #fff; padding: 10px 16px; border-radius: 10px; font-size: 14px; font-weight: 700; text-align: center; text-decoration: none; }
.featured-books-cta:hover { opacity: 0.9; }
.featured-books-review { font-size: 12.5px; font-weight: 600; color: #93c5fd; text-align: center; text-decoration: none; }
.featured-books-review:hover { text-decoration: underline; }
.featured-books-terms { font-size: 11px; color: #64748b; line-height: 1.5; margin: 0; }
.featured-books-slot { justify-content: center; align-items: center; text-align: center; border-style: dashed; border-color: rgba(255,255,255,0.14); background: rgba(255,255,255,0.02); }
.featured-books-slot-label { font-size: 13px; font-weight: 700; color: #64748b; }
.featured-books-slot-note { font-size: 12px; color: #64748b; line-height: 1.5; margin: 0; max-width: 220px; }
.featured-books-slot-cta { display: inline-block; margin-top: 4px; padding: 8px 16px; border: 1px dashed rgba(148,163,184,0.6); border-radius: 10px; font-size: 13px; font-weight: 700; color: #cbd5e1; text-decoration: none; transition: border-color 0.2s, color 0.2s, background 0.2s; }
.featured-books-slot-cta:hover { border-color: #93c5fd; color: #93c5fd; background: rgba(147,197,253,0.06); }
.featured-books-disclosure { font-size: 11.5px; color: #64748b; line-height: 1.6; margin: 2px 4px 0; padding-top: 8px; border-top: 1px solid rgba(255,255,255,0.06); }
@media (min-width: 640px) {
  .featured-books-card { flex-basis: calc(50% - 6px); }
}
@media (min-width: 1024px) {
  .featured-books-card { flex-basis: calc(33.3333% - 8px); }
}
@media (max-width: 520px) {
  .featured-books-head h2 { font-size: 19px; }
  .featured-books-card { flex-basis: 84%; }
}