/* Rainbow Love blog landing page — lightweight editorial layout. */
.rl-blog-home {
  --rl-blog-card: rgba(24, 24, 30, .9);
  --rl-blog-line: rgba(255, 255, 255, .1);
  --rl-blog-muted: rgba(255, 255, 255, .72);
  color: var(--rl-text, #f4f4f6);
  padding: 0 0 clamp(2rem, 4vw, 4rem);
  background: radial-gradient(circle at 12% 0, rgba(222, 18, 18, .08), transparent 28%);
}
.rl-blog-shell { width: min(1440px, calc(100% - 40px)); margin: 0 auto; }
.rl-blog-banner {
  position: relative;
  min-height: clamp(285px, 31vw, 430px);
  margin: 0 0 clamp(1.8rem, 4vw, 3.5rem);
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  background-color: #17171d;
  background-image: linear-gradient(115deg, rgba(37,15,22,.98), rgba(20,20,26,.9));
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rl-blog-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,11,15,.93) 0%, rgba(16,13,18,.75) 48%, rgba(12,12,16,.68) 100%);
  pointer-events: none;
}
.rl-blog-banner:not(.has-background-image)::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 38%, rgba(222,18,18,.16), transparent 36%);
  pointer-events: none;
}
.rl-blog-banner-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  min-height: inherit;
  padding: clamp(2rem, 5vw, 4.5rem);
}
.rl-blog-hero-copy { max-width: 760px; }
.rl-blog-kicker,
.rl-blog-editorial-category { margin: 0 0 .4rem; color: var(--rl-accent, #de1212); font-size: .76rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.rl-blog-hero-copy h1 { margin: 0; font-size: clamp(2.8rem, 6vw, 5.5rem); line-height: .95; }
.rl-blog-hero-copy > p:not(.rl-blog-kicker) { margin: .9rem 0 0; color: var(--rl-blog-muted); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.rl-blog-search-wrap { display: grid; place-items: center; width: 100%; }
.rl-blog-search { display: flex; align-items: center; width: min(480px, 100%); min-height: 58px; margin: 0 auto; padding: .34rem; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(21,21,27,.76); box-shadow: 0 12px 28px rgba(0,0,0,.2); backdrop-filter: blur(6px); }
.rl-blog-search input { min-width: 0; flex: 1; border: 0 !important; background: transparent !important; color: #fff !important; padding: .72rem 1rem !important; outline: 0; }
.rl-blog-search button { align-self: stretch; border: 0; border-radius: 999px; padding: .65rem 1.25rem; background: var(--rl-accent, #de1212); color: #fff; font-weight: 750; cursor: pointer; }
.rl-blog-jump-links { display: flex; flex-wrap: wrap; gap: .58rem; margin-top: 1.55rem; }
.rl-blog-jump-links a { padding: .5rem .9rem; border: 1px solid rgba(255,255,255,.08); border-radius: 999px; background: rgba(255,255,255,.075); color: #fff; text-decoration: none; font-weight: 750; }
.rl-blog-jump-links a:hover,
.rl-blog-jump-links a:focus-visible { border-color: rgba(222,18,18,.45); background: rgba(222,18,18,.18); }

/* Three deliberate highlights: one book, one article and one music post. */
.rl-blog-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin: clamp(1.6rem, 4vw, 3.5rem) 0; }
.rl-blog-showcase-card,
.rl-blog-showcase-empty { min-width: 0; overflow: hidden; border: 1px solid var(--rl-blog-line); border-radius: 15px; background: var(--rl-blog-card); }
.rl-blog-showcase-card { display: flex; flex-direction: column; }
.rl-blog-showcase-image { display: block; height: 230px; overflow: hidden; background: #202027; }
.rl-blog-showcase-image img,
.rl-blog-book-cover img,
.rl-blog-article-image img,
.rl-blog-music-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s ease; }
.rl-blog-showcase-card:hover img,
.rl-blog-book-card:hover img,
.rl-blog-article-card:hover img,
.rl-blog-music-card:hover img { transform: scale(1.025); }
.rl-blog-showcase-card--books .rl-blog-showcase-image { width: clamp(210px, 42%, 250px); height: auto; aspect-ratio: 2 / 3; margin: 1.1rem auto 0; border-radius: 12px; box-shadow: 0 10px 24px rgba(0,0,0,.28); }
.rl-blog-showcase-card--books .rl-blog-showcase-image img { object-fit: cover; }
.rl-blog-showcase-copy { display: flex; flex: 1; flex-direction: column; padding: 1rem 1.1rem 1.15rem; }
.rl-blog-showcase-copy h2 { margin: .1rem 0 .55rem; font-size: clamp(1.1rem, 1.65vw, 1.45rem); line-height: 1.2; }
.rl-blog-showcase-copy h2 a,
.rl-blog-book-card h3 a,
.rl-blog-article-card h3 a,
.rl-blog-music-card h3 a { color: #fff; text-decoration: none; }
.rl-blog-showcase-copy > p:not(.rl-blog-editorial-category) { margin: 0 0 .7rem; color: var(--rl-blog-muted); line-height: 1.55; font-size: .9rem; }
.rl-blog-showcase-copy .rl-blog-card-meta { margin-top: auto; }
.rl-blog-showcase-empty { display: grid; min-height: 330px; place-content: center; gap: .35rem; padding: 1.5rem; text-align: center; color: var(--rl-blog-muted); }
.rl-blog-showcase-empty strong { color: #fff; }
.rl-blog-card-meta { color: rgba(255,255,255,.5); font-size: .8rem; font-variant-numeric: tabular-nums; }

.rl-blog-section { padding: clamp(2rem, 4vw, 3.7rem) 0; border-top: 1px solid var(--rl-blog-line); scroll-margin-top: 100px; }
.rl-blog-section-header { display: flex; justify-content: space-between; align-items: end; gap: 1rem; margin-bottom: 1.25rem; }
.rl-blog-section-header h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.rl-blog-all-link,
.rl-blog-card-link { color: #fff; text-decoration: underline; text-decoration-color: var(--rl-accent, #de1212); text-underline-offset: .28em; text-decoration-thickness: 2px; font-weight: 750; }

/* Books: smaller vertical covers, library-like grid. */
.rl-blog-grid--books { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(.8rem, 1.5vw, 1.25rem); }
.rl-blog-book-card { min-width: 0; }
.rl-blog-book-cover { display: block; overflow: hidden; aspect-ratio: 2 / 3; border-radius: 10px; background: #202027; box-shadow: 0 8px 20px rgba(0,0,0,.24); }
.rl-blog-book-copy { padding: .75rem .15rem 0; }
.rl-blog-book-card h3 { margin: 0 0 .35rem; font-size: clamp(.95rem, 1.25vw, 1.12rem); line-height: 1.28; }

/* Articles: horizontal cards with landscape images. */
.rl-blog-grid--articles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.rl-blog-article-card { display: grid; grid-template-columns: minmax(150px, 38%) minmax(0, 1fr); overflow: hidden; min-height: 190px; border: 1px solid var(--rl-blog-line); border-radius: 13px; background: var(--rl-blog-card); }
.rl-blog-article-image { display: block; overflow: hidden; min-height: 190px; }
.rl-blog-article-copy { display: flex; flex-direction: column; justify-content: center; padding: 1rem 1.1rem; }
.rl-blog-article-card h3 { margin: .4rem 0 .55rem; font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.28; }
.rl-blog-article-card p { margin: 0 0 .75rem; color: var(--rl-blog-muted); line-height: 1.55; font-size: .9rem; }
.rl-blog-card-link { margin-top: auto; align-self: flex-start; }

/* Music: compact visual cards, distinct from books and articles. */
.rl-blog-grid--music { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.rl-blog-music-card { overflow: hidden; border: 1px solid var(--rl-blog-line); border-radius: 13px; background: var(--rl-blog-card); }
.rl-blog-music-image { display: block; overflow: hidden; aspect-ratio: 1 / 1; background: #202027; }
.rl-blog-music-copy { padding: .9rem 1rem 1rem; }
.rl-blog-music-card h3 { margin: .25rem 0 .55rem; font-size: clamp(1rem, 1.35vw, 1.2rem); line-height: 1.28; }
.rl-blog-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: linear-gradient(135deg, #25252d, #151519); color: rgba(255,255,255,.42); font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.rl-blog-empty { padding: 1rem; border: 1px dashed var(--rl-blog-line); border-radius: 12px; color: rgba(255,255,255,.62); }

@media (max-width: 1180px) {
  .rl-blog-grid--books { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .rl-blog-grid--music { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 920px) {
  .rl-blog-shell { width: min(100% - 28px, 900px); }
  .rl-blog-banner-inner { grid-template-columns: 1fr; gap: 1.5rem; padding: 2.25rem; }
  .rl-blog-search-wrap { justify-items: start; }
  .rl-blog-search { margin: 0; }
  .rl-blog-showcase { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rl-blog-showcase-card--books { grid-row: span 2; }
  .rl-blog-grid--books { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .rl-blog-grid--articles { grid-template-columns: 1fr; }
}
@media (max-width: 650px) {
  .rl-blog-shell { width: min(100% - 20px, 620px); }
  .rl-blog-showcase { grid-template-columns: 1fr; }
  .rl-blog-showcase-card--books { grid-row: auto; display: grid; grid-template-columns: 158px minmax(0, 1fr); align-items: center; }
  .rl-blog-showcase-card--books .rl-blog-showcase-image { width: 136px; height: auto; aspect-ratio: 2 / 3; margin: .9rem auto; }
  .rl-blog-showcase-card--books .rl-blog-showcase-copy { padding-left: .4rem; }
  .rl-blog-showcase-card:not(.rl-blog-showcase-card--books) { display: grid; grid-template-columns: 135px minmax(0, 1fr); }
  .rl-blog-showcase-card:not(.rl-blog-showcase-card--books) .rl-blog-showcase-image { height: 100%; min-height: 145px; }
  .rl-blog-grid--books { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .85rem; }
  .rl-blog-grid--music { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rl-blog-section-header { align-items: flex-start; }
  .rl-blog-all-link { max-width: 45%; text-align: right; font-size: .86rem; }
  .rl-blog-banner { min-height: 0; border-radius: 0 0 14px 14px; }
  .rl-blog-banner-inner { padding: 2rem 1.15rem; text-align: center; }
  .rl-blog-jump-links { justify-content: center; }
  .rl-blog-search-wrap { justify-items: center; }
  .rl-blog-search { width: 100%; margin: 0 auto; }
}
@media (max-width: 430px) {
  .rl-blog-search { border-radius: 12px; }
  .rl-blog-grid--books { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rl-blog-article-card { grid-template-columns: 120px minmax(0, 1fr); min-height: 155px; }
  .rl-blog-article-image { min-height: 155px; }
  .rl-blog-article-copy { padding: .8rem; }
  .rl-blog-article-card p { display: none; }
  .rl-blog-music-copy { padding: .75rem; }
  .rl-blog-showcase-card--books { grid-template-columns: 140px minmax(0, 1fr); }
  .rl-blog-showcase-card--books .rl-blog-showcase-image { width: 118px; height: auto; aspect-ratio: 2 / 3; }
  .rl-blog-showcase-card:not(.rl-blog-showcase-card--books) { grid-template-columns: 115px minmax(0, 1fr); }
}


/* 2.0.41 — larger featured book cover, balanced with article and music cards. */
.rl-blog-showcase-card--books .rl-blog-showcase-copy { padding-top: .85rem; }
.rl-blog-showcase-card--books .rl-blog-showcase-copy h2 { margin-bottom: .4rem; }

/* 2.0.42 — uniform media frames for books and article cards. */
.rl-blog-book-cover,
.rl-blog-article-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #202027;
}

/* Every book cover uses the same 2:3 frame, regardless of the source image. */
.rl-blog-book-cover {
  aspect-ratio: 2 / 3;
}

.rl-blog-book-cover img,
.rl-blog-article-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center;
}

/* Horizontal article thumbnails keep a consistent landscape frame. */
.rl-blog-article-card {
  grid-template-columns: clamp(180px, 38%, 260px) minmax(0, 1fr);
  align-items: stretch;
}
.rl-blog-article-image {
  align-self: center;
  min-height: 0;
  aspect-ratio: 16 / 10;
}

/* Keep headings aligned and prevent one card from becoming much taller. */
.rl-blog-book-card h3,
.rl-blog-article-card h3 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rl-blog-article-card p {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media (max-width: 650px) {
  .rl-blog-article-card {
    grid-template-columns: 135px minmax(0, 1fr);
  }
  .rl-blog-article-image {
    width: 135px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 430px) {
  .rl-blog-article-card {
    grid-template-columns: 116px minmax(0, 1fr);
  }
  .rl-blog-article-image {
    width: 116px;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

/* 2.0.43 — editorial blog showcase: one large book and two stacked highlights. */
.rl-blog-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, .9fr);
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 1rem;
  min-height: 520px;
}
.rl-blog-showcase-card--books,
.rl-blog-showcase-empty--books {
  grid-column: 1;
  grid-row: 1 / span 2;
}
.rl-blog-showcase-card--articles,
.rl-blog-showcase-empty--articles {
  grid-column: 2;
  grid-row: 1;
}
.rl-blog-showcase-card--music,
.rl-blog-showcase-empty--music {
  grid-column: 2;
  grid-row: 2;
}
.rl-blog-showcase-card {
  display: block !important;
  min-height: 0;
}
.rl-blog-showcase-link {
  display: grid;
  grid-template-columns: minmax(145px, 42%) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  background: transparent;
}
.rl-blog-showcase-card--books .rl-blog-showcase-link {
  grid-template-columns: minmax(270px, 42%) minmax(0, 1fr);
}
.rl-blog-showcase .rl-blog-showcase-image,
.rl-blog-showcase-card--books .rl-blog-showcase-image {
  position: relative;
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  background: #202027;
  box-shadow: none !important;
}
.rl-blog-showcase .rl-blog-showcase-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center;
  transition: transform .3s ease;
}
.rl-blog-showcase-card--books .rl-blog-showcase-image img {
  object-position: center top;
}
.rl-blog-showcase-link:hover .rl-blog-showcase-image img,
.rl-blog-showcase-link:focus-visible .rl-blog-showcase-image img {
  transform: scale(1.025);
}
.rl-blog-showcase-link:focus-visible {
  outline: 2px solid var(--rl-accent, #de1212);
  outline-offset: -3px;
}
.rl-blog-showcase .rl-blog-showcase-copy,
.rl-blog-showcase-card--books .rl-blog-showcase-copy {
  display: flex;
  flex: none;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(1rem, 2vw, 1.6rem) !important;
}
.rl-blog-showcase-title {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 .75rem;
  color: #fff;
  font-size: clamp(1.15rem, 1.8vw, 1.65rem);
  font-weight: 800;
  line-height: 1.22;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.rl-blog-showcase-card:not(.rl-blog-showcase-card--books) .rl-blog-showcase-title {
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  -webkit-line-clamp: 3;
}
.rl-blog-showcase-link:hover .rl-blog-showcase-title,
.rl-blog-showcase-link:focus-visible .rl-blog-showcase-title {
  text-decoration: underline;
  text-decoration-color: var(--rl-accent, #de1212);
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
}
.rl-blog-showcase .rl-blog-card-meta {
  margin-top: auto;
  padding-top: .6rem;
}
.rl-blog-showcase-empty {
  min-height: 0;
}

@media (max-width: 1180px) {
  .rl-blog-showcase {
    grid-template-columns: minmax(0, 1.45fr) minmax(310px, 1fr);
    min-height: 480px;
  }
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: minmax(230px, 41%) minmax(0, 1fr);
  }
}

@media (max-width: 920px) {
  .rl-blog-showcase {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    min-height: 0;
  }
  .rl-blog-showcase-card--books,
  .rl-blog-showcase-card--articles,
  .rl-blog-showcase-card--music,
  .rl-blog-showcase-empty--books,
  .rl-blog-showcase-empty--articles,
  .rl-blog-showcase-empty--music {
    grid-column: 1;
    grid-row: auto;
  }
  .rl-blog-showcase-link,
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: minmax(180px, 40%) minmax(0, 1fr);
    min-height: 210px;
  }
}

@media (max-width: 650px) {
  .rl-blog-showcase-link,
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: minmax(130px, 40%) minmax(0, 1fr);
    min-height: 165px;
  }
  .rl-blog-showcase .rl-blog-showcase-copy,
  .rl-blog-showcase-card--books .rl-blog-showcase-copy {
    padding: 1rem !important;
  }
  .rl-blog-showcase-title,
  .rl-blog-showcase-card:not(.rl-blog-showcase-card--books) .rl-blog-showcase-title {
    font-size: clamp(1rem, 4.4vw, 1.25rem);
  }
}

@media (max-width: 390px) {
  .rl-blog-showcase-link,
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: 42% minmax(0, 1fr);
    min-height: 150px;
  }
  .rl-blog-showcase .rl-blog-showcase-copy,
  .rl-blog-showcase-card--books .rl-blog-showcase-copy {
    padding: .85rem !important;
  }
}

/* 2.0.44 — richer showcase copy and uncropped editorial thumbnails. */
.rl-blog-showcase-card--books .rl-blog-showcase-link {
  grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
}
.rl-blog-showcase-copy {
  align-items: flex-start;
}
.rl-blog-showcase-byline {
  display: block;
  margin: 0 0 .55rem;
  color: rgba(255,255,255,.82);
  font-size: .9rem;
  line-height: 1.35;
}
.rl-blog-showcase-byline strong {
  color: #fff;
}
.rl-blog-showcase-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: 0 0 .7rem;
  color: var(--rl-blog-muted);
  font-size: .9rem;
  line-height: 1.52;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.rl-blog-showcase-card:not(.rl-blog-showcase-card--books) .rl-blog-showcase-excerpt {
  -webkit-line-clamp: 2;
}

/* Preserve the whole image while maintaining uniform card dimensions. */
.rl-blog-media-contain {
  position: relative;
  isolation: isolate;
  background: #16161c;
}
.rl-blog-media-contain::before {
  content: '';
  position: absolute;
  z-index: 0;
  inset: -12px;
  background-image: var(--rl-blog-media-image);
  background-position: center;
  background-size: cover;
  filter: blur(16px) saturate(.75) brightness(.55);
  transform: scale(1.08);
  opacity: .82;
}
.rl-blog-media-contain::after {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 0;
  background: rgba(8,8,12,.15);
  pointer-events: none;
}
.rl-blog-media-contain img {
  position: absolute !important;
  z-index: 2;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center !important;
  filter: none !important;
}
.rl-blog-article-card:hover .rl-blog-media-contain img,
.rl-blog-showcase-link:hover .rl-blog-media-contain img,
.rl-blog-showcase-link:focus-visible .rl-blog-media-contain img {
  transform: scale(1.01);
}

@media (max-width: 1180px) {
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: minmax(250px, 45%) minmax(0, 1fr);
  }
}
@media (max-width: 920px) {
  .rl-blog-showcase-card--books .rl-blog-showcase-link {
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
  }
  .rl-blog-showcase-excerpt {
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 650px) {
  .rl-blog-showcase-card--books .rl-blog-showcase-link,
  .rl-blog-showcase-link {
    grid-template-columns: minmax(138px, 41%) minmax(0, 1fr);
  }
  .rl-blog-showcase-byline {
    margin-bottom: .35rem;
    font-size: .82rem;
  }
  .rl-blog-showcase-excerpt,
  .rl-blog-showcase-card:not(.rl-blog-showcase-card--books) .rl-blog-showcase-excerpt {
    font-size: .82rem;
    line-height: 1.42;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 430px) {
  .rl-blog-showcase-card--books .rl-blog-showcase-link,
  .rl-blog-showcase-link {
    grid-template-columns: 44% minmax(0, 1fr);
  }
  .rl-blog-showcase-excerpt {
    -webkit-line-clamp: 2;
  }
}

/* 2.0.45 — chapter links for the featured book and WordPress bylines. */
.rl-blog-showcase-book-layout {
  display: grid;
  grid-template-columns: minmax(300px, 46%) minmax(0, 1fr);
  width: 100%;
  height: 100%;
  min-height: 520px;
}
.rl-blog-showcase-image-link {
  display: block;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}
.rl-blog-showcase-image-link .rl-blog-showcase-image {
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
  margin: 0 !important;
  border-radius: 0 !important;
  aspect-ratio: auto !important;
  box-shadow: none !important;
}
.rl-blog-showcase-image-link:hover img,
.rl-blog-showcase-image-link:focus-visible img {
  transform: scale(1.025);
}
.rl-blog-showcase-image-link:focus-visible,
.rl-blog-showcase-title-link:focus-visible,
.rl-blog-latest-chapters a:focus-visible {
  outline: 2px solid var(--rl-accent, #de1212);
  outline-offset: -2px;
}
.rl-blog-showcase-title-link {
  display: block;
  color: #fff;
  text-decoration: none;
}
.rl-blog-showcase-title-link:hover .rl-blog-showcase-title,
.rl-blog-showcase-title-link:focus-visible .rl-blog-showcase-title {
  text-decoration: underline;
  text-decoration-color: var(--rl-accent, #de1212);
  text-decoration-thickness: 2px;
  text-underline-offset: .22em;
}
.rl-blog-showcase-card--books .rl-blog-showcase-excerpt {
  -webkit-line-clamp: 3;
}
.rl-blog-latest-chapters {
  width: 100%;
  margin: .15rem 0 .55rem;
}
.rl-blog-latest-chapters-heading {
  display: block;
  margin-bottom: .35rem;
  color: #fff;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.rl-blog-latest-chapters ul {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rl-blog-latest-chapters li {
  min-width: 0;
}
.rl-blog-latest-chapters a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 34px;
  padding: .38rem .55rem;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 7px;
  background: rgba(255,255,255,.035);
  color: #fff;
  font-size: .82rem;
  text-decoration: none;
}
.rl-blog-latest-chapters a:hover {
  border-color: rgba(222,18,18,.55);
  background: rgba(222,18,18,.11);
}
.rl-blog-latest-chapters a span {
  overflow: hidden;
  font-weight: 720;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rl-blog-latest-chapters time {
  flex: none;
  color: rgba(255,255,255,.56);
  font-size: .75rem;
  font-variant-numeric: tabular-nums;
}
.rl-blog-card-author {
  margin: .18rem 0 .45rem;
  color: rgba(255,255,255,.72);
  font-size: .79rem;
  line-height: 1.35;
}
.rl-blog-card-author strong {
  color: rgba(255,255,255,.9);
}
.rl-blog-music-card .rl-blog-card-author {
  margin-top: 0;
}

@media (max-width: 1180px) {
  .rl-blog-showcase-book-layout {
    grid-template-columns: minmax(250px, 45%) minmax(0, 1fr);
    min-height: 480px;
  }
}
@media (max-width: 920px) {
  .rl-blog-showcase-book-layout {
    grid-template-columns: minmax(210px, 42%) minmax(0, 1fr);
    min-height: 240px;
  }
}
@media (max-width: 650px) {
  .rl-blog-showcase-book-layout {
    grid-template-columns: minmax(138px, 41%) minmax(0, 1fr);
    min-height: 230px;
  }
  .rl-blog-showcase-card--books .rl-blog-showcase-excerpt {
    display: none;
  }
  .rl-blog-latest-chapters {
    margin-top: .05rem;
  }
  .rl-blog-latest-chapters a {
    min-height: 31px;
    padding: .3rem .45rem;
    font-size: .76rem;
  }
  .rl-blog-latest-chapters-heading {
    font-size: .71rem;
  }
  .rl-blog-card-author {
    font-size: .75rem;
  }
}
@media (max-width: 430px) {
  .rl-blog-showcase-book-layout {
    grid-template-columns: 44% minmax(0, 1fr);
    min-height: 220px;
  }
  .rl-blog-latest-chapters a {
    gap: .4rem;
  }
  .rl-blog-latest-chapters time {
    font-size: .69rem;
  }
}

/* 2.0.47 — richer book cards and Blog-only recent comments. */
.rl-blog-showcase-credits {
  display: flex;
  flex-wrap: wrap;
  gap: .3rem 1rem;
  margin: 0 0 .55rem;
}
.rl-blog-showcase-credits .rl-blog-showcase-byline {
  margin: 0;
}
.rl-blog-showcase-byline a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(222,18,18,.72);
  text-underline-offset: .2em;
}
.rl-blog-showcase-byline a:hover,
.rl-blog-showcase-byline a:focus-visible {
  color: #fff;
  text-decoration-color: var(--rl-accent, #de1212);
}
.rl-blog-showcase-badges {
  display: flex;
  flex-wrap: wrap;
  gap: .38rem;
  margin: 0 0 .7rem;
}
.rl-blog-showcase-badges a,
.rl-blog-showcase-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 27px;
  padding: .24rem .58rem;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.055);
  color: rgba(255,255,255,.88);
  font-size: .72rem;
  font-weight: 760;
  line-height: 1;
  text-decoration: none;
}
.rl-blog-showcase-badges a:hover,
.rl-blog-showcase-badges a:focus-visible {
  border-color: rgba(222,18,18,.62);
  background: rgba(222,18,18,.14);
  color: #fff;
}

.rl-blog-book-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
}
.rl-blog-book-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.rl-blog-book-card h3 {
  display: -webkit-box;
  min-height: 2.56em;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rl-blog-book-details {
  display: grid;
  gap: .42rem;
  margin-top: .12rem;
  color: rgba(255,255,255,.72);
  font-size: .76rem;
  line-height: 1.35;
}
.rl-blog-book-detail-row {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
}
.rl-blog-book-detail-row--primary > span:not(.rl-blog-book-rating) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rl-blog-book-rating {
  flex: none;
  color: #f4bd24;
  font-weight: 850;
  font-variant-numeric: tabular-nums;
}
.rl-blog-book-genres {
  display: flex;
  min-width: 0;
  flex-wrap: wrap;
  gap: .22rem .42rem;
}
.rl-blog-book-genres a,
.rl-blog-book-genres span {
  color: rgba(255,255,255,.7);
  text-decoration: none;
}
.rl-blog-book-genres a:not(:last-child)::after,
.rl-blog-book-genres span:not(:last-child)::after {
  content: '·';
  margin-left: .42rem;
  color: rgba(255,255,255,.32);
}
.rl-blog-book-genres a:hover,
.rl-blog-book-genres a:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--rl-accent, #de1212);
  text-underline-offset: .18em;
}
.rl-blog-book-detail-row--status {
  align-items: flex-start;
  margin-top: .04rem;
}
.rl-blog-book-detail-row--status > span:first-child {
  padding-top: .2rem;
}
.rl-blog-book-status {
  display: inline-flex;
  justify-content: center;
  max-width: 62%;
  padding: .2rem .46rem;
  border: 1px solid rgba(222,18,18,.42);
  border-radius: 999px;
  background: rgba(222,18,18,.13);
  color: #fff;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}
.rl-blog-book-status--completed {
  border-color: rgba(72,191,120,.45);
  background: rgba(72,191,120,.13);
}
.rl-blog-book-status--hiatus {
  border-color: rgba(239,178,62,.48);
  background: rgba(239,178,62,.13);
}

.rl-blog-comments {
  scroll-margin-top: 100px;
}
.rl-blog-comments-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.rl-blog-comment-card {
  display: flex;
  min-width: 0;
  min-height: 205px;
  flex-direction: column;
  padding: 1rem;
  border: 1px solid var(--rl-blog-line);
  border-radius: 13px;
  background: var(--rl-blog-card);
}
.rl-blog-comment-card:hover {
  border-color: rgba(222,18,18,.4);
}
.rl-blog-comment-header {
  display: flex;
  align-items: center;
  gap: .72rem;
}
.rl-blog-comment-avatar {
  display: block;
  width: 42px !important;
  height: 42px !important;
  flex: 0 0 42px;
  border: 1px solid rgba(222,18,18,.45);
  border-radius: 50% !important;
  object-fit: cover;
  background: rgba(222,18,18,.12);
}
.rl-blog-comment-initial {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  place-items: center;
  border: 1px solid rgba(222,18,18,.45);
  border-radius: 50%;
  background: rgba(222,18,18,.12);
  color: #fff;
  font-size: 1rem;
  font-weight: 850;
}
.rl-blog-comment-header > div {
  display: grid;
  min-width: 0;
  gap: .12rem;
}
.rl-blog-comment-header strong {
  overflow: hidden;
  color: #fff;
  font-size: .9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rl-blog-comment-header time {
  color: rgba(255,255,255,.48);
  font-size: .72rem;
  font-variant-numeric: tabular-nums;
}
.rl-blog-comment-excerpt {
  display: -webkit-box;
  overflow: hidden;
  margin: .9rem 0 1rem;
  color: rgba(255,255,255,.77);
  font-size: .86rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.rl-blog-comment-card.is-spoiler .rl-blog-comment-excerpt {
  color: rgba(255,255,255,.62);
  font-style: italic;
}
.rl-blog-comment-context {
  display: grid;
  gap: .28rem;
  margin-top: auto;
  padding-top: .72rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.rl-blog-comment-context span {
  color: var(--rl-accent, #de1212);
  font-size: .66rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.rl-blog-comment-context a {
  display: -webkit-box;
  overflow: hidden;
  color: #fff;
  font-size: .82rem;
  font-weight: 760;
  line-height: 1.35;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.rl-blog-comment-context a:hover,
.rl-blog-comment-context a:focus-visible {
  text-decoration: underline;
  text-decoration-color: var(--rl-accent, #de1212);
  text-underline-offset: .2em;
}

@media (max-width: 920px) {
  .rl-blog-comments-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 650px) {
  .rl-blog-grid--books {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rl-blog-showcase-credits {
    display: grid;
    gap: .2rem;
    margin-bottom: .4rem;
  }
  .rl-blog-showcase-badges {
    gap: .28rem;
    margin-bottom: .45rem;
  }
  .rl-blog-showcase-badges a,
  .rl-blog-showcase-badges span {
    min-height: 23px;
    padding: .18rem .42rem;
    font-size: .64rem;
  }
  .rl-blog-book-details {
    font-size: .72rem;
  }
  .rl-blog-book-status {
    max-width: 68%;
    font-size: .63rem;
  }
  .rl-blog-comments-grid {
    grid-template-columns: 1fr;
  }
  .rl-blog-comment-card {
    min-height: 0;
  }
}


/* 2.0.48 — perfectly centered Blog search controls. */
.rl-blog-search {
  box-sizing: border-box;
  gap: .35rem;
}
.rl-blog-search input {
  box-sizing: border-box;
  height: 46px;
  margin: 0 !important;
  line-height: 1.25 !important;
}
.rl-blog-search button {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-self: center !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 92px;
  min-height: 46px;
  height: 46px;
  margin: 0 !important;
  padding: 0 1.25rem !important;
  box-sizing: border-box;
  font: inherit;
  font-weight: 750;
  line-height: 1 !important;
  text-align: center !important;
  vertical-align: middle;
  transform: none !important;
}

/* 2.0.79 — reuse the lightweight Ko-fi and social bands on the Blog landing page. */
.rl-blog-kofi-band {
  margin: clamp(.4rem, 1vw, .8rem) 0 clamp(1rem, 2vw, 1.5rem);
}
.rl-blog-kofi-band .rl-home-kofi {
  margin: 0;
}
.rl-blog-social-footer {
  margin-top: clamp(.5rem, 1.5vw, 1rem);
}
.rl-blog-social-footer .rl-home-social {
  margin-bottom: 0;
}
@media (max-width: 780px) {
  .rl-blog-kofi-band {
    margin-bottom: 1rem;
  }
  .rl-blog-social-footer {
    margin-top: .5rem;
  }
}


/* 2.0.80 — Ko-fi and social components on the Blog landing page.
 * Keep these styles scoped to .rl-blog-home so home.css does not need to load on Blog. */
.rl-blog-home .rl-home-kofi {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 1.15rem 1.4rem;
  border: 1px solid rgba(255,255,255,.09);
  border-left: 4px solid var(--rl-accent);
  border-radius: 14px;
  background: linear-gradient(115deg, rgba(222,18,18,.16), rgba(33,32,38,.96) 34%, rgba(23,22,28,.98)), var(--rl-surface);
  box-shadow: 0 12px 32px rgba(0,0,0,.18);
  overflow: hidden;
}
.rl-blog-home .rl-home-kofi::after {
  content: "";
  position: absolute;
  right: 16%;
  top: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(222,18,18,.08);
  filter: blur(2px);
  pointer-events: none;
}
.rl-blog-home .rl-home-kofi-icon {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--rl-accent);
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 8px 20px rgba(222,18,18,.28);
}
.rl-blog-home .rl-home-kofi-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}
.rl-blog-home .rl-home-kofi-copy h2 {
  margin: 0 0 .25rem;
  color: #fff;
  font-size: clamp(1.15rem,2vw,1.55rem);
  line-height: 1.15;
}
.rl-blog-home .rl-home-kofi-copy p {
  margin: 0;
  color: rgba(255,255,255,.76);
  font-size: .96rem;
}
.rl-blog-home .rl-home-kofi-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 46px;
  padding: .75rem 1.15rem;
  border: 1px solid var(--rl-accent);
  border-radius: 999px;
  background: var(--rl-accent);
  color: #fff !important;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease;
}
.rl-blog-home .rl-home-kofi-button:hover,
.rl-blog-home .rl-home-kofi-button:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: 0 9px 22px rgba(222,18,18,.28);
}
.rl-blog-home .rl-home-kofi-button.is-setup { background: transparent; }

.rl-blog-home .rl-home-social {
  position: relative;
  margin: 0;
  padding: clamp(1.4rem,2.4vw,2.25rem);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(225,18,30,.08), rgba(255,255,255,.018) 46%, rgba(255,255,255,.01));
  overflow: hidden;
}
.rl-blog-home .rl-home-social::after {
  content: "";
  position: absolute;
  top: -90px;
  right: 4%;
  width: 210px;
  height: 210px;
  border-radius: 50%;
  background: rgba(225,18,30,.055);
  pointer-events: none;
}
.rl-blog-home .rl-home-social-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 1.25rem;
}
.rl-blog-home .rl-home-social-kicker {
  display: block;
  margin-bottom: .35rem;
  color: #f22945;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.2;
}
.rl-blog-home .rl-home-social-heading h2 {
  margin: 0;
  font-size: clamp(1.45rem,2vw,2rem);
  line-height: 1.15;
  color: #fff;
}
.rl-blog-home .rl-home-social-heading p {
  margin: .55rem 0 0;
  color: rgba(255,255,255,.72);
  font-size: .98rem;
}
.rl-blog-home .rl-home-social-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: .85rem;
}
.rl-blog-home .rl-home-social-card {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 82px;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 15px;
  background: rgba(12,12,16,.58);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0,0,0,.12);
  transition: border-color .18s ease, background-color .18s ease, transform .18s ease;
}
.rl-blog-home .rl-home-social-card:hover,
.rl-blog-home .rl-home-social-card:focus-visible {
  border-color: rgba(229,20,34,.82);
  background: rgba(229,20,34,.075);
  color: #fff;
  transform: translateY(-2px);
  outline: none;
}
.rl-blog-home .rl-home-social-icon {
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  margin-right: .85rem;
  border: 1px solid rgba(229,20,34,.62);
  border-radius: 13px;
  background: rgba(229,20,34,.09);
  color: #fff;
}
.rl-blog-home .rl-home-social-icon svg {
  display: block;
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.rl-blog-home .rl-home-social-copy {
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}
.rl-blog-home .rl-home-social-copy strong {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
}
.rl-blog-home .rl-home-social-copy small {
  margin-top: .28rem;
  color: rgba(255,255,255,.62);
  font-size: .78rem;
}
.rl-blog-home .rl-home-social-arrow {
  flex: 0 0 auto;
  margin-left: .7rem;
  color: #f22945;
  font-size: 1.25rem;
  font-weight: 700;
}

@media (max-width: 780px) {
  .rl-blog-home .rl-home-kofi {
    grid-template-columns: auto minmax(0,1fr);
    gap: .9rem;
    padding: 1rem;
  }
  .rl-blog-home .rl-home-kofi-icon {
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
  }
  .rl-blog-home .rl-home-kofi-button {
    grid-column: 1 / -1;
    width: 100%;
    min-height: 44px;
  }
  .rl-blog-home .rl-home-social {
    padding: 1.2rem;
    border-radius: 16px;
  }
  .rl-blog-home .rl-home-social-heading { margin-bottom: 1rem; }
  .rl-blog-home .rl-home-social-heading p { font-size: .9rem; }
  .rl-blog-home .rl-home-social-grid {
    grid-template-columns: 1fr;
    gap: .65rem;
  }
  .rl-blog-home .rl-home-social-card {
    min-height: 68px;
    padding: .78rem .85rem;
  }
  .rl-blog-home .rl-home-social-icon {
    flex-basis: 42px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
}
@media (min-width: 1920px) {
  .rl-blog-home .rl-home-social { padding: 2.5rem; }
  .rl-blog-home .rl-home-social-card {
    min-height: 94px;
    padding: 1.15rem 1.25rem;
  }
  .rl-blog-home .rl-home-social-icon {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
  .rl-blog-home .rl-home-social-copy strong { font-size: 1.08rem; }
}
@media (prefers-reduced-motion: reduce) {
  .rl-blog-home .rl-home-social-card,
  .rl-blog-home .rl-home-kofi-button { transition: none; }
  .rl-blog-home .rl-home-social-card:hover,
  .rl-blog-home .rl-home-social-card:focus-visible,
  .rl-blog-home .rl-home-kofi-button:hover,
  .rl-blog-home .rl-home-kofi-button:focus-visible { transform: none; }
}

/* 2.0.81 — horizontal carousels for Cărți and Rainbow Music. */
.rl-blog-carousel {
  position: relative;
  width: 100%;
}
.rl-blog-carousel-viewport {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.rl-blog-carousel .rl-blog-carousel-track {
  display: flex !important;
  grid-template-columns: none !important;
  gap: clamp(.8rem, 1.2vw, 1.15rem);
  width: 100%;
  max-width: none;
  margin: 0;
  padding: .18rem 0 .65rem;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overscroll-behavior-x: contain;
  -webkit-overflow-scrolling: touch;
}
.rl-blog-carousel .rl-blog-carousel-track::-webkit-scrollbar {
  display: none;
}
.rl-blog-carousel--books .rl-blog-book-card,
.rl-blog-carousel--music .rl-blog-music-card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}
.rl-blog-carousel--books .rl-blog-book-card {
  flex: 0 0 clamp(155px, 14vw, 205px);
}
.rl-blog-carousel--music .rl-blog-music-card {
  flex: 0 0 clamp(225px, 21vw, 300px);
}
.rl-blog-carousel-button {
  position: absolute;
  z-index: 8;
  top: 43%;
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  border: 1px solid rgba(229,20,34,.8);
  border-radius: 50%;
  background: rgba(15,15,20,.9);
  color: #fff;
  box-shadow: 0 9px 24px rgba(0,0,0,.32);
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity .18s ease, background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.rl-blog-carousel-button span {
  display: block;
  margin-top: -3px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}
.rl-blog-carousel-button--prev { left: 10px; }
.rl-blog-carousel-button--next { right: 10px; }
.rl-blog-carousel-button:hover,
.rl-blog-carousel-button:focus-visible {
  border-color: var(--rl-accent, #de1212);
  background: var(--rl-accent, #de1212);
  outline: none;
}
.rl-blog-carousel-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(222,18,18,.28), 0 9px 24px rgba(0,0,0,.32);
}
.rl-blog-carousel-button:disabled {
  opacity: .22;
  cursor: default;
  pointer-events: none;
}
.rl-blog-carousel.is-static .rl-blog-carousel-button {
  display: none;
}

@media (min-width: 1920px) {
  .rl-blog-carousel--books .rl-blog-book-card { flex-basis: clamp(190px, 10.5vw, 225px); }
  .rl-blog-carousel--music .rl-blog-music-card { flex-basis: clamp(285px, 15vw, 330px); }
  .rl-blog-carousel-button { width: 54px; height: 54px; }
}
@media (min-width: 2560px) {
  .rl-blog-carousel--books .rl-blog-book-card { flex-basis: 240px; }
  .rl-blog-carousel--music .rl-blog-music-card { flex-basis: 350px; }
  .rl-blog-carousel-button { width: 58px; height: 58px; }
}
@media (min-width: 3200px) {
  .rl-blog-carousel--books .rl-blog-book-card { flex-basis: 285px; }
  .rl-blog-carousel--music .rl-blog-music-card { flex-basis: 410px; }
  .rl-blog-carousel-button { width: 64px; height: 64px; }
  .rl-blog-carousel-button span { font-size: 2.35rem; }
}
@media (max-width: 780px) {
  .rl-blog-carousel .rl-blog-carousel-track {
    padding-right: 10px;
    scroll-padding-inline: 0 10px;
  }
  .rl-blog-carousel--books .rl-blog-book-card {
    flex-basis: min(45vw, 178px);
  }
  .rl-blog-carousel--music .rl-blog-music-card {
    flex-basis: min(72vw, 280px);
  }
  .rl-blog-carousel-button {
    display: none !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  .rl-blog-carousel .rl-blog-carousel-track { scroll-behavior: auto; }
  .rl-blog-carousel-button { transition: none; }
}
