/* ==========================================================================
   RELAX FM SINGLE POST
   ========================================================================== */

.single-post .site-content .ast-container,
.single-post .site-content,
.single-post #content .ast-container {
  max-width: 1600px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.rfm-custom-post-wrapper {
  max-width: 1600px;
  margin: 165px auto 80px auto;
  padding: 0 48px;
  box-sizing: border-box;
}

.rfm-post-tinklelis {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, calc((100% - 36px) / 3));
  gap: 40px;
  align-items: start;
}

.rfm-post-article {
  width: 100%;
  min-width: 0;
}

.rfm-post-label-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 6px;
  padding: 6px 14px;
  margin: 0 0 18px 0;
}

.rfm-pure-red-dot {
  width: 8px;
  height: 8px;
  background-color: #E52D27;
  border-radius: 1px;
}

.rfm-post-label-text {
  font-size: 12px;
  font-weight: 800;
  color: #E52D27;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.rfm-post-main-title {
  font-family: var(--rfm-font-main);
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 800;
  color: #261C1D;
  letter-spacing: -0.04em;
  margin: 0 0 14px 0;
}

.rfm-post-date {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #6B6061;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 26px;
}

.rfm-post-hero-frame {
  position: relative;
  width: 100%;
  border: 1px solid rgba(38, 28, 29, 0.12);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(38, 28, 29, 0.06);
  margin-bottom: 28px;
}

.rfm-post-hero-frame img {
  width: 100% !important;
  height: auto !important;
  display: block;
}

/* v1.0.467: transparent Relax FM style golden-song crown badges. */
.rfm-golden-badge {
  position: absolute;
  z-index: 3;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.26);
  border: 1px solid rgba(255, 255, 255, 0.48);
  box-shadow: 0 10px 22px rgba(38, 28, 29, 0.12), inset 0 1px 0 rgba(255,255,255,0.64);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
  pointer-events: none;
  overflow: hidden;
}

.rfm-golden-badge::before {
  content: '';
  position: absolute;
  inset: 4px;
  background: center / contain no-repeat url('../img/rfm-golden-crown.svg');
  filter: drop-shadow(0 1px 2px rgba(67, 42, 4, 0.22));
  opacity: 0.92;
}

.rfm-golden-badge::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,0.72), rgba(255,255,255,0) 38%),
    linear-gradient(135deg, rgba(255,255,255,0.18), rgba(255,217,126,0.10));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}

.rfm-golden-badge--hero {
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
}

@media (max-width: 767px) {
  .rfm-golden-badge--hero {
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}

.rfm-post-entry-content {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding: 40px;
  box-sizing: border-box;
}

.rfm-post-entry-content p {
  font-family: var(--rfm-font-main);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #3D3334;
  margin-bottom: 24px;
}

.rfm-post-entry-content h1,
.rfm-post-entry-content h2,
.rfm-post-entry-content h3 {
  font-family: var(--rfm-font-main);
  color: #261C1D;
  margin-top: 32px;
  margin-bottom: 16px;
}

.rfm-post-sidebar {
  width: 100%;
}

.rfm-post-sidebar .rfm-side-banners {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.rfm-post-sidebar .rfm-banner-item {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  overflow: hidden;
  display: block;
  box-shadow: 0 10px 30px rgba(38, 28, 29, 0.03);
  transition: all 0.2s;
}

.rfm-post-sidebar .rfm-banner-item:hover {
  transform: translateY(-2px);
  border-color: #E52D27;
}

.rfm-post-sidebar .rfm-banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

.single-post .entry-meta,
.single-post .ast-post-meta {
  display: none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rfm-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rfm-related-card {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .rfm-custom-post-wrapper {
    padding: 0 16px;
    margin: 120px auto 60px auto;
  }

  .rfm-post-tinklelis {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .rfm-post-entry-content {
    padding: 24px;
    border-radius: 16px;
  }
}

/* v1.0.153: post sidebar banners stay in their normal static position.
   Sticky experiments were removed because they did not behave reliably in Astra wrappers. */
.rfm-post-sidebar .rfm-post-laidos-banners > * {
  width: 100%;
}

.rfm-post-sidebar .rfm-post-laidos-banners .rfm-banner-item,
.rfm-post-sidebar .rfm-post-laidos-banners a[class*="banner"] {
  width: 100%;
}

.rfm-post-sidebar .rfm-post-laidos-banners img {
  width: 100%;
  height: auto;
  display: block;
}


/* ==========================================================================
   RELAX FM RELATED POSTS
   ========================================================================== */

.rfm-related-posts {
  margin-top: 34px;
}

.rfm-related-head {
  display: block;
  margin-bottom: 18px;
}

.rfm-related-head h2 {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(210, 4, 45, 0.08);
  border: 1px solid rgba(210, 4, 45, 0.2);
  border-radius: 6px;
  padding: 6px 14px;
  font-family: var(--rfm-font-main);
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 1.2px;
  color: #D2042D;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.rfm-related-head h2::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #D2042D;
  box-shadow: 0 0 0 4px rgba(210, 4, 45, .11);
  flex: 0 0 7px;
}

.rfm-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.rfm-related-card {
  position: relative;
  display: block;
  min-width: 0;
  aspect-ratio: 16 / 10;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(38, 28, 29, 0.08);
  box-shadow: 0 18px 44px rgba(38, 28, 29, 0.08);
  text-decoration: none !important;
  transform: translateZ(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.rfm-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 58px rgba(38, 28, 29, 0.12);
}

.rfm-related-thumb,
.rfm-related-thumb img {
  display: block;
  width: 100%;
  height: 100%;
}

.rfm-related-thumb img {
  object-fit: cover;
  transform: scale(1.01);
  transition: transform 0.28s ease;
}

.rfm-related-card:hover .rfm-related-thumb img {
  transform: scale(1.055);
}

.rfm-related-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.45), rgba(229,45,39,0.16));
  color: rgba(38, 28, 29, 0.35);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rfm-related-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(38,28,29,0) 26%, rgba(38,28,29,0.72) 100%);
  pointer-events: none;
}

.rfm-related-body {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 7px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px) saturate(170%);
  -webkit-backdrop-filter: blur(14px) saturate(170%);
  padding: 12px 13px;
}

.rfm-related-category {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}

.rfm-related-title {
  color: #FFFFFF;
  display: -webkit-box;
  font-family: var(--rfm-font-main);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.08;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rfm-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rfm-related-card {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .rfm-related-posts {
    margin-top: 28px;
  }

  .rfm-related-head {
    margin-bottom: 14px;
  }

  .rfm-related-head h2 {
    font-size: 11px;
    text-align: left;
  }

  .rfm-related-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .rfm-related-card {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }

  .rfm-related-body {
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-radius: 14px;
    padding: 11px 12px;
  }

  .rfm-related-title {
    font-size: 14px;
  }
}

/* v1.0.238 - Single post sidebar banners match homepage banner width/ratio on desktop. */
@media (min-width: 992px) {
  .rfm-post-tinklelis {
    grid-template-columns: minmax(0, 1fr) minmax(340px, calc((100% - 36px) / 3));
  }

  .rfm-post-sidebar .rfm-post-laidos-banners,
  .rfm-post-sidebar .rfm-side-banners {
    width: 100%;
  }

  .rfm-post-sidebar .rfm-post-laidos-banners > *,
  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-banner-item,
  .rfm-post-sidebar .rfm-post-laidos-banners a[class*="banner"],
  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-laida-banner {
    width: 100% !important;
    max-width: none !important;
  }

  .rfm-post-sidebar .rfm-post-laidos-banners img,
  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-banner-item img {
    width: 100% !important;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    display: block;
  }

  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-laida-hero {
    aspect-ratio: 16 / 9;
  }

  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-laida-img,
  .rfm-post-sidebar .rfm-post-laidos-banners .rfm-laida-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

/* v1.0.239 - Single post sidebar content blocks below banners. */
.rfm-post-sidebar .rfm-single-side-widget {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(38, 28, 29, 0.10);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.56);
  box-shadow: 0 14px 34px rgba(38, 28, 29, 0.045);
  backdrop-filter: blur(18px) saturate(165%);
  -webkit-backdrop-filter: blur(18px) saturate(165%);
}

.rfm-post-sidebar .rfm-single-side-widget-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
}

.rfm-post-sidebar .rfm-single-side-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D2042D;
  box-shadow: 0 0 0 4px rgba(210, 4, 45, 0.11);
  flex: 0 0 8px;
}

.rfm-post-sidebar .rfm-single-side-widget-head h2 {
  margin: 0;
  font-family: var(--rfm-font-main);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 1.15px;
  text-transform: uppercase;
  color: #D2042D;
}

.rfm-post-sidebar .rfm-single-side-widget-head h2 a {
  color: inherit;
  text-decoration: none;
}

.rfm-post-sidebar .rfm-single-side-program-list,
.rfm-post-sidebar .rfm-single-side-top15-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rfm-post-sidebar .rfm-single-side-program-row {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 38px;
  padding: 9px 10px;
  border: 1px solid rgba(38, 28, 29, 0.07);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
}

.rfm-post-sidebar .rfm-single-side-program-row.is-now {
  border-color: rgba(210, 4, 45, 0.22);
  background: rgba(210, 4, 45, 0.065);
}

.rfm-post-sidebar .rfm-single-side-program-row.is-past {
  opacity: 0.78;
}

.rfm-post-sidebar .rfm-single-side-program-time {
  font-family: var(--rfm-font-main);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  color: #D2042D;
  letter-spacing: 0.35px;
  white-space: nowrap;
}

.rfm-post-sidebar .rfm-single-side-program-title {
  min-width: 0;
  overflow: hidden;
  color: #261C1D;
  font-family: var(--rfm-font-main);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.22;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rfm-post-sidebar .rfm-single-side-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 22px;
  padding: 0 8px;
  border: 0;
  border-radius: 999px;
  background: #D2042D;
  color: #FFFFFF;
  font-family: var(--rfm-font-main);
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.55px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.rfm-post-sidebar a.rfm-single-side-mini-badge:hover,
.rfm-post-sidebar a.rfm-single-side-mini-badge:focus {
  background: #261C1D;
  color: #FFFFFF;
}

.rfm-post-sidebar .rfm-single-side-top15-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid rgba(38, 28, 29, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #261C1D;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.rfm-post-sidebar .rfm-single-side-top15-row:hover,
.rfm-post-sidebar .rfm-single-side-top15-row:focus {
  transform: translateY(-1px);
  border-color: rgba(210, 4, 45, 0.25);
  background: rgba(210, 4, 45, 0.055);
}

.rfm-post-sidebar .rfm-single-side-top15-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #D2042D;
  color: #FFFFFF;
  font-family: var(--rfm-font-main);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.rfm-post-sidebar .rfm-single-side-top15-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.rfm-post-sidebar .rfm-single-side-top15-text strong,
.rfm-post-sidebar .rfm-single-side-top15-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rfm-post-sidebar .rfm-single-side-top15-text strong {
  font-family: var(--rfm-font-main);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
  color: #261C1D;
}

.rfm-post-sidebar .rfm-single-side-top15-text span {
  font-family: var(--rfm-font-main);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #6B6061;
}

@media (min-width: 768px) and (max-width: 991px) {
  .rfm-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .rfm-related-card {
    aspect-ratio: 16 / 9;
    border-radius: 18px;
  }
}

@media (max-width: 767px) {
  .rfm-post-sidebar .rfm-single-side-widget {
    margin-top: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .rfm-post-sidebar .rfm-single-side-program-row {
    grid-template-columns: 70px minmax(0, 1fr) auto;
  }
}


/* v1.0.274 - Sidebar listener rating leaders. */

.rfm-post-sidebar .rfm-single-side-ratings-title-main {
  font-weight: 800;
  color: #D2042D;
}

.rfm-post-sidebar .rfm-single-side-ratings-title-sub {
  font-weight: 700;
  color: #8B7B7D;
  letter-spacing: 0.01em;
}

.rfm-post-sidebar .rfm-single-side-ratings-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.rfm-post-sidebar .rfm-single-side-ratings-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 10px;
  border: 1px solid rgba(38, 28, 29, 0.07);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.62);
  color: #261C1D;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.rfm-post-sidebar .rfm-single-side-ratings-row:hover,
.rfm-post-sidebar .rfm-single-side-ratings-row:focus {
  transform: translateY(-1px);
  border-color: rgba(210, 4, 45, 0.25);
  background: rgba(210, 4, 45, 0.055);
}

.rfm-post-sidebar .rfm-single-side-ratings-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #D2042D;
  color: #FFFFFF;
  font-family: var(--rfm-font-main);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.rfm-post-sidebar .rfm-single-side-ratings-text {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 2px;
}

.rfm-post-sidebar .rfm-single-side-ratings-text strong,
.rfm-post-sidebar .rfm-single-side-ratings-text span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rfm-post-sidebar .rfm-single-side-ratings-text strong {
  font-family: var(--rfm-font-main);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.18;
  color: #261C1D;
}

.rfm-post-sidebar .rfm-single-side-ratings-text span {
  font-family: var(--rfm-font-main);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  color: #6B6061;
}

.rfm-post-sidebar .rfm-single-side-ratings-score {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(210, 4, 45, 0.10);
  color: #D2042D;
  font-family: var(--rfm-font-main);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .rfm-post-sidebar .rfm-single-side-ratings-row {
    grid-template-columns: 32px minmax(0, 1fr) auto;
    gap: 8px;
    padding: 9px;
  }

  .rfm-post-sidebar .rfm-single-side-ratings-score {
    min-width: 32px;
    padding: 0 7px;
    font-size: 10px;
  }
}


/* v1.0.470: related artist songs directly under Lithuanian premiere articles. */
.rfm-premjera-artist-songs-section {
  margin: 28px 0 0;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.58);
  box-shadow: 0 18px 44px rgba(38, 28, 29, 0.06);
  backdrop-filter: blur(18px) saturate(170%);
  -webkit-backdrop-filter: blur(18px) saturate(170%);
  box-sizing: border-box;
}

.rfm-premjera-artist-songs-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
}

.rfm-premjera-artist-songs-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 13px;
  border-radius: 8px;
  background: rgba(210, 4, 45, 0.08);
  border: 1px solid rgba(210, 4, 45, 0.18);
}

.rfm-premjera-artist-songs-dot {
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #D2042B;
  box-shadow: 0 0 0 5px rgba(210, 4, 45, 0.09);
  flex: 0 0 auto;
}

.rfm-premjera-artist-songs-text {
  color: #D2042B;
  font-size: 11px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.rfm-premjera-artist-song-bubbles {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 20px;
  align-items: flex-start;
}

.rfm-premjera-artist-song-bubble {
  position: relative;
  flex: 0 0 122px;
  max-width: 122px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #261C1D;
  text-decoration: none !important;
  transition: transform 0.22s ease;
}

.rfm-premjera-artist-song-bubble:hover {
  transform: translateY(-3px);
}

.rfm-premjera-artist-song-image {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  background: linear-gradient(135deg, #D2042B 0%, #8B0018 100%);
  border: 3px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 8px 24px rgba(38, 28, 29, 0.12);
  transition: box-shadow 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.rfm-premjera-artist-song-bubble:hover .rfm-premjera-artist-song-image {
  box-shadow: 0 12px 32px rgba(210, 4, 43, 0.22);
  border-color: #D2042B;
  transform: scale(1.035);
}

.rfm-premjera-artist-song-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.rfm-premjera-artist-song-initials {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-family: var(--rfm-font-main);
  font-size: 28px;
  font-weight: 900;
}

.rfm-premjera-artist-song-title {
  width: 122px;
  max-width: 122px;
  color: #261C1D;
  font-family: var(--rfm-font-main);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.28;
  text-align: center;
  letter-spacing: -0.02em;
  overflow-wrap: anywhere;
}

.rfm-golden-badge--premjera-bubble {
  top: -3px;
  right: 2px;
  width: 25px;
  height: 25px;
}

.rfm-premjera-artist-song-bubble.is-golden-song:hover .rfm-golden-badge--premjera-bubble {
  transform: scale(1.04);
}

@media (max-width: 767px) {
  .rfm-premjera-artist-songs-section {
    margin-top: 22px;
    padding: 18px 14px;
    border-radius: 20px;
  }

  .rfm-premjera-artist-songs-label {
    max-width: 100%;
    padding: 7px 11px;
  }

  .rfm-premjera-artist-songs-text {
    font-size: 10px;
    letter-spacing: 0.75px;
  }

  .rfm-premjera-artist-song-bubbles {
    gap: 16px 14px;
  }

  .rfm-premjera-artist-song-bubble {
    flex-basis: 96px;
    max-width: 96px;
  }

  .rfm-premjera-artist-song-image {
    width: 88px;
    height: 88px;
  }

  .rfm-premjera-artist-song-title {
    width: 96px;
    max-width: 96px;
    font-size: 11px;
  }

  .rfm-golden-badge--premjera-bubble {
    right: 1px;
    width: 23px;
    height: 23px;
  }
}

/* v1.0.512: smarter Lithuanian premiere artist songs grid + profile card. */
.rfm-premjera-artist-song-bubbles {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(104px, 1fr));
  gap: 20px 16px;
  align-items: start;
  justify-items: center;
}

.rfm-premjera-artist-song-bubble {
  width: 100%;
  max-width: 124px;
  flex: none;
}

.rfm-premjera-artist-profile-block {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(38, 28, 29, 0.08);
}

.rfm-premjera-artist-profile-head {
  margin-bottom: 16px;
}

.rfm-premjera-artist-profile-card {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 42px rgba(38, 28, 29, 0.10);
  text-decoration: none !important;
  transform: translateZ(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.rfm-premjera-artist-profile-card:hover {
  transform: translateY(-2px);
  border-color: rgba(210, 4, 43, 0.32);
  box-shadow: 0 20px 54px rgba(210, 4, 43, 0.16);
}

.rfm-premjera-artist-profile-media {
  display: block;
  position: relative;
  aspect-ratio: 16 / 9;
  min-height: 220px;
  background: linear-gradient(135deg, rgba(210, 4, 43, 0.92) 0%, rgba(99, 0, 22, 0.92) 100%);
}

.rfm-premjera-artist-profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.rfm-premjera-artist-profile-card:hover .rfm-premjera-artist-profile-img {
  transform: scale(1.025);
}

.rfm-premjera-artist-profile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.02) 30%, rgba(0,0,0,0.58) 100%);
  pointer-events: none;
}

.rfm-premjera-artist-profile-title {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 18px;
  color: #FFFFFF;
  font-family: var(--rfm-font-main);
  font-size: clamp(24px, 4vw, 42px);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: -0.05em;
  text-shadow: 0 8px 22px rgba(0,0,0,0.34);
  text-transform: uppercase;
}

.rfm-premjera-artist-profile-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.94);
  font-family: var(--rfm-font-main);
  font-size: clamp(48px, 10vw, 96px);
  font-weight: 900;
  letter-spacing: -0.08em;
}

@media (max-width: 767px) {
  .rfm-premjera-artist-song-bubbles {
    grid-template-columns: repeat(auto-fit, minmax(88px, 1fr));
    gap: 18px 10px;
  }

  .rfm-premjera-artist-song-bubble {
    max-width: 98px;
  }

  .rfm-premjera-artist-profile-block {
    margin-top: 22px;
    padding-top: 20px;
  }

  .rfm-premjera-artist-profile-card {
    border-radius: 18px;
  }

  .rfm-premjera-artist-profile-media {
    min-height: 168px;
  }

  .rfm-premjera-artist-profile-title {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }
}

/* v1.0.550: desktop post artist-song bubbles were too crowded in the content+sidebar layout. */
@media (min-width: 768px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    grid-template-columns: repeat(4, minmax(0, 124px));
    justify-content: start;
    justify-items: center;
    gap: 26px 26px;
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubble {
    max-width: 124px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    grid-template-columns: repeat(3, minmax(0, 124px));
  }
}

/* v1.0.551: desktop post artist-song bubbles are evenly distributed across the available row. */
@media (min-width: 768px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    justify-content: stretch;
    justify-items: center;
    column-gap: 22px;
    row-gap: 28px;
    width: 100%;
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubble {
    width: 100%;
    max-width: 124px;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* v1.0.552: smarter desktop premiere-post song bubbles.
   Mirrors the artist page: larger circles on wide desktop, controlled safe gaps,
   centered rows instead of over-stretched empty columns. */
@media (min-width: 768px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    --rfm-song-bubble-size: clamp(136px, 11vw, 168px);
    --rfm-song-bubble-gap-x: clamp(24px, 2.2vw, 36px);
    --rfm-song-bubble-gap-y: 32px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--rfm-song-bubble-size), var(--rfm-song-bubble-size)));
    justify-content: center;
    justify-items: center;
    align-items: start;
    column-gap: var(--rfm-song-bubble-gap-x);
    row-gap: var(--rfm-song-bubble-gap-y);
    width: 100%;
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubble {
    width: var(--rfm-song-bubble-size);
    max-width: var(--rfm-song-bubble-size);
    gap: 12px;
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-image {
    width: var(--rfm-song-bubble-size);
    height: var(--rfm-song-bubble-size);
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-title {
    width: min(100%, var(--rfm-song-bubble-size));
    max-width: var(--rfm-song-bubble-size);
    font-size: clamp(12px, 0.92vw, 13.5px);
    line-height: 1.28;
    -webkit-line-clamp: 3;
  }
}

@media (min-width: 768px) and (max-width: 1080px) {
  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-bubbles {
    --rfm-song-bubble-size: 128px;
    --rfm-song-bubble-gap-x: 24px;
    --rfm-song-bubble-gap-y: 28px;
  }

  .rfm-premjera-artist-songs-section .rfm-premjera-artist-song-title {
    font-size: 12px;
    -webkit-line-clamp: 2;
  }
}
