/* =====================================================
   BrandRadar – News Mobile
   Mobile-only overrides for news.html
   Breakpoint: <= 768px
   ===================================================== */

@media (max-width: 768px) {

  /* -------------------------------------------------
     News page surface / rhythm
  ------------------------------------------------- */
  .news-page {
    position: relative;
    background:
      radial-gradient(circle at top, rgba(0, 112, 243, 0.08), transparent 36%),
      linear-gradient(180deg, #f8fbff 0%, #ffffff 24%, #f8fbff 100%);
  }

  .news-page .container {
    width: 100%;
    max-width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .news-page .section-padding {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .news-section {
    position: relative;
  }

  .news-section + .news-section {
    margin-top: 0 !important;
  }

  /* -------------------------------------------------
     Intro
  ------------------------------------------------- */
  .news-intro {
    position: relative;
    padding: 18px 0 8px !important;
  }

  .news-intro .container {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .news-intro__eyebrow {
    width: fit-content;
    margin: 0;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
    backdrop-filter: blur(10px);
  }

  .news-intro h1 {
    margin: 0;
    max-width: 100%;
    font-size: clamp(2rem, 8.7vw, 2.65rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
    color: #0f172a;
  }

  .news-intro p {
    max-width: 100%;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.58;
    color: #5b6b83;
  }

  /* -------------------------------------------------
     Section heading system
  ------------------------------------------------- */
  .section-heading,
  .section-heading--split,
  .section-heading--editorial,
  .section-heading--compact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 14px;
  }

  .section-heading > div,
  .section-heading--split > div,
  .section-heading--editorial > div,
  .section-heading--compact > div {
    width: 100%;
  }

  .section-kicker {
    display: inline-block;
    margin: 0 0 4px;
    padding: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #4f6b95;
  }

  .section-heading h2,
  .section-heading--split h2,
  .section-heading--editorial h2,
  .section-heading--compact h2 {
    margin: 0 0 6px;
    font-size: 1.7rem;
    line-height: 1.02;
    letter-spacing: -0.045em;
    color: #0f172a;
  }

  .section-heading p,
  .section-heading--split p,
  .section-heading--editorial p,
  .section-heading--compact p {
    margin: 0;
    max-width: 100%;
    font-size: 0.95rem;
    line-height: 1.56;
    color: #64748b;
  }

  .section-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 13px;
    border-radius: 999px;
    font-size: 0.88rem;
    font-weight: 700;
    background: #ffffff;
    border: 1px solid rgba(148, 163, 184, 0.16);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  }

  /* -------------------------------------------------
     Spotlight section – compact mobile teaser
  ------------------------------------------------- */
  .news-section--spotlight {
    padding-top: 0 !important;
  }

  .news-section--spotlight .section-heading {
    margin-bottom: 10px;
  }

  .news-section--spotlight .section-heading h2 {
    font-size: 1.52rem;
    line-height: 1.02;
    margin-bottom: 4px;
  }

  .news-section--spotlight .section-heading p {
    font-size: 0.9rem;
    line-height: 1.48;
    max-width: 30ch;
  }

  .slider-wrapper--spotlight {
    position: relative;
  }

  .featured-wrapper {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 0 4px;
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .featured-wrapper > * {
    scroll-snap-align: start;
  }

  .spotlight-feature {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 10px;
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,252,0.97));
    box-shadow:
      0 12px 28px rgba(15, 23, 42, 0.07),
      0 0 0 1px rgba(255, 255, 255, 0.62);
  }

  .spotlight-feature::before {
    inset: -8px;
    border-radius: 24px;
  }

  .spotlight-media {
    border-radius: 16px;
    overflow: hidden;
  }

  .spotlight-main-image-wrap {
    height: 178px;
    border-radius: 16px;
  }

  .spotlight-overlay-badge {
    top: 10px;
    left: 10px;
    padding: 6px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
  }

  .spotlight-thumbs {
    display: none !important;
  }

  .spotlight-content {
    padding: 0 2px 0;
  }

  .spotlight-meta {
    gap: 6px;
    margin-bottom: 8px;
  }

  .spotlight-chip {
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  .spotlight-content h3 {
    margin: 0 0 6px;
    font-size: clamp(1.28rem, 5.8vw, 1.62rem);
    line-height: 1.02;
    letter-spacing: -0.04em;
    color: #0f172a;
  }

  .spotlight-content p {
    max-width: 100%;
    margin: 0 0 8px;
    font-size: 0.88rem;
    line-height: 1.42;
    color: #5c6b81;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .spotlight-rating {
    margin-bottom: 8px;
  }

  .spotlight-rating .rating-stars {
    gap: 0.38rem;
    min-height: 16px;
  }

  .spotlight-rating .rating-star,
  .spotlight-rating .rating-star-svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  .spotlight-rating .rating-value {
    font-size: 0.76rem;
  }

  .spotlight-price-row {
    gap: 8px;
    margin: 0 0 10px;
    flex-wrap: wrap;
    align-items: center;
  }

  .spotlight-price {
    font-size: 1.02rem;
    font-weight: 800;
  }

  .spotlight-old-price {
    font-size: 0.82rem;
  }

  .spotlight-discount {
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
  }

  .spotlight-actions {
    gap: 8px;
    margin-top: 0;
    padding-top: 0;
    flex-wrap: wrap;
  }

  .spotlight-btn {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 11px;
    font-size: 0.86rem;
    font-weight: 700;
  }

  .spotlight-brand {
    min-height: 32px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 0.78rem;
  }

      /* -------------------------------------------------
     Spotlight dots
  ------------------------------------------------- */
  .slider-wrapper--spotlight {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .slider-wrapper--spotlight .featured-wrapper {
    width: 100%;
  }

  .slider-wrapper--spotlight .spotlight-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
    padding-bottom: 2px;
  }

  .slider-wrapper--spotlight .spotlight-dot {
    appearance: none;
    -webkit-appearance: none;
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 999px;
    background: #cbd5e1;
    box-shadow: none;
    cursor: pointer;
    flex: 0 0 auto;
    transition: background 0.18s ease, transform 0.18s ease;
  }

  .slider-wrapper--spotlight .spotlight-dot.is-active {
    width: 8px;
    min-width: 8px;
    background: #0f172a;
    transform: scale(1.08);
  }
  /* -------------------------------------------------
     Shared slider behavior
  ------------------------------------------------- */
  .slider-btn {
    display: none !important;
  }

  .slider-wrapper--deals [data-slider],
  .slider-wrapper--picks [data-slider] {
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }

  .slider-wrapper--deals [data-slider] > *,
  .slider-wrapper--picks [data-slider] > * {
    scroll-snap-align: center;
  }

  /* -------------------------------------------------
     Partner section – compact sponsored campaign card
  ------------------------------------------------- */
  .news-section--partner {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
  }

  .news-section--partner .section-heading {
    margin-bottom: 8px;
  }

  .news-section--partner .section-heading h2 {
    font-size: 1.08rem;
    line-height: 1.04;
    letter-spacing: -0.02em;
  }

  .news-section--partner .section-heading p {
    font-size: 0.84rem;
    line-height: 1.38;
    max-width: 30ch;
  }

  .partner-banner {
    position: relative;
    margin: 0;
    border-radius: 16px;
    background:
      linear-gradient(135deg, #f5f8ff 0%, #eef4ff 58%, #f8fbff 100%);
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    overflow: hidden;
  }

  .partner-banner.section-padding {
    padding: 12px !important;
  }

  .partner-banner::after {
    content: "";
    position: absolute;
    right: -28px;
    bottom: -44px;
    width: 88px;
    height: 88px;
    border-radius: 999px;
    background: rgba(0, 112, 243, 0.045);
    filter: blur(10px);
    pointer-events: none;
  }

  .partner-banner-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    align-items: start;
  }

  .partner-banner-text {
    display: flex;
    flex-direction: column;
    gap: 0.36rem;
  }

  .partner-tag {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin: 0 0 2px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0f6fe8;
    background: rgba(0, 112, 243, 0.08);
  }

  .partner-banner-text h2 {
    margin: 0;
    max-width: 26ch;
    font-size: 0.98rem;
    line-height: 1.14;
    letter-spacing: -0.015em;
    color: #0f172a;
  }

  .partner-sub {
    margin: 0;
    font-size: 0.82rem;
    line-height: 1.36;
    color: #61748f;
  }

  .partner-cta {
    align-self: flex-start;
    min-height: 34px;
    margin-top: 4px;
    padding: 0 12px;
    border-radius: 11px;
    font-size: 0.8rem;
    font-weight: 700;
    box-shadow: 0 5px 12px rgba(15, 23, 42, 0.09);
  }

  .partner-banner-image {
    margin-top: 0;
    border-radius: 14px;
    overflow: hidden;
    padding: 6px 0 !important;
    min-height: auto !important;
  }

  .partner-banner-image img {
    width: auto !important;
    max-width: 100% !important;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    object-fit: contain !important;
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    display: block !important;
  }

  .news-page .news-section--partner .partner-banner .partner-banner-inner {
    gap: 8px !important;
  }

  .news-page .news-section--partner .partner-banner .partner-banner-image {
    min-height: 0 !important;
    height: auto !important;
    padding: 0 !important;
    margin-top: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border-radius: 0 !important;
    overflow: visible !important;
  }

  .news-page .news-section--partner .partner-banner .partner-banner-image img {
    width: auto !important;
    max-width: 100% !important;
    height: 35px !important;
    max-height: 35px !important;
    min-height: 35px !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    object-fit: contain !important;
    display: block !important;
  }

  /* -------------------------------------------------
     Deals – same slider, hard downscale only
  ------------------------------------------------- */
  .news-section--deals .section-heading {
    margin-bottom: 8px;
  }

  .news-section--deals .section-heading h2 {
    font-size: 1.42rem;
    line-height: 1.03;
  }

  .news-section--deals .section-heading p {
    max-width: 31ch;
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .news-section--deals .section-link {
    align-self: flex-start;
  }

  .slider-wrapper--deals {
    position: relative;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
    overflow: visible;
  }

  .deals-grid {
    display: flex;
    align-items: stretch;
    gap: 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc(50% - 24vw);
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding:
      6px
      calc(50vw - 24vw)
      14px;
  }

  .deals-grid > .product-card {
    flex: 0 0 48vw !important;
    width: 48vw !important;
    min-width: 48vw !important;
    max-width: 48vw !important;
    position: relative;
    scroll-snap-align: center;
  }

  .deals-grid > .product-card img,
  .deals-grid > .product-card .product-image,
  .deals-grid > .product-card .product-media {
    aspect-ratio: 1 / 1 !important;
  }

  .deals-grid > .product-card {
    --deal-scale: 0.94;
    --deal-opacity: 0.72;
    --deal-saturate: 0.94;
    --deal-lift: 0px;
    --deal-z: 1;
    border-radius: 16px !important;
    opacity: var(--deal-opacity);
    transform: translateY(calc(var(--deal-lift) * -1)) scale(var(--deal-scale));
    transform-origin: center center;
    filter: saturate(var(--deal-saturate));
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07);
    z-index: var(--deal-z);
    will-change: transform, opacity, filter;
    transition:
      transform 0.18s linear,
      opacity 0.18s linear,
      filter 0.18s linear,
      box-shadow 0.22s ease;
  }

  .deals-grid > .product-card.is-active {
    box-shadow: 0 14px 26px rgba(15, 23, 42, 0.11);
  }

  .deals-grid > .product-card .product-info {
    padding: 10px 10px 11px !important;
    gap: 2px !important;
  }

  .deals-grid > .product-card .brand {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 1px !important;
  }

  .deals-grid > .product-card .product-name,
  .deals-grid > .product-card .product-title,
  .deals-grid > .product-card h3 {
    font-size: 13px !important;
    line-height: 1.18 !important;
    margin: 0 0 2px !important;
  }

  .deals-grid > .product-card .rating-stars {
    margin: 2px 0 2px !important;
    gap: 5px !important;
    min-height: 14px !important;
  }

  .deals-grid > .product-card .rating-star,
  .deals-grid > .product-card .rating-star-svg {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
  }

  .deals-grid > .product-card .rating-value {
    font-size: 11px !important;
  }

  .deals-grid > .product-card .price-wrapper {
    margin-top: 4px !important;
    gap: 6px !important;
    align-items: center !important;
  }

  .deals-grid > .product-card .price-line {
    gap: 5px !important;
    margin-top: 0 !important;
  }

  .deals-grid > .product-card .new-price,
  .deals-grid > .product-card .price-main,
  .deals-grid > .product-card .price {
    font-size: 14px !important;
    line-height: 1.08 !important;
  }

  .deals-grid > .product-card .old-price {
    font-size: 12px !important;
  }

  .deals-grid > .product-card .discount-pill {
    font-size: 11px !important;
    padding: 4px 8px !important;
    border-radius: 999px !important;
  }

  .deals-grid > .product-card .favorite-toggle {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .deals-grid > .product-card .favorite-toggle .heart-icon {
    width: 14px !important;
    height: 14px !important;
  }

  .deals-grid > .product-card .deals-corner-ribbon {
    top: 14px !important;
    left: -42px !important;
    width: 120px !important;
    height: 28px !important;
    font-size: 0.58rem !important;
  }

  .deals-grid > .product-card .deals-corner-ribbon-gloss {
    top: 14px !important;
    left: -42px !important;
    width: 120px !important;
    height: 28px !important;
  }

  /* -------------------------------------------------
     Picks – same rail, hard downscale only
  ------------------------------------------------- */
  .news-picks-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .news-picks-aside {
    display: none;
  }

  .slider-wrapper--picks {
    margin-left: -14px;
    margin-right: -14px;
    padding: 0;
    overflow: visible;
  }

  .picks-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 48vw;
    gap: 8px;
    overflow-x: auto;
    overflow-y: visible;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: calc(50% - 24vw);
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    padding:
      6px
      calc(50vw - 24vw)
      14px;
  }

  .picks-grid > .product-card {
    flex: 0 0 48vw !important;
    width: 48vw !important;
    min-width: 48vw !important;
    max-width: 48vw !important;
    scroll-snap-align: center;
    border-radius: 16px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07) !important;
  }

  .picks-grid > .product-card img,
  .picks-grid > .product-card .product-image,
  .picks-grid > .product-card .product-media {
    aspect-ratio: 1 / 1 !important;
  }

  .picks-grid > .product-card .product-info {
    padding: 10px 10px 11px !important;
    gap: 2px !important;
  }

  .picks-grid > .product-card .brand {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 1px !important;
  }

  .picks-grid > .product-card .product-name,
  .picks-grid > .product-card .product-title,
  .picks-grid > .product-card h3 {
    font-size: 13px !important;
    line-height: 1.18 !important;
    margin: 0 0 2px !important;
  }

  .picks-grid > .product-card .product-tag {
    font-size: 10px !important;
    padding: 3px 7px !important;
    margin: 3px 0 4px !important;
  }

  .picks-grid > .product-card .rating-stars {
    margin: 2px 0 2px !important;
    gap: 5px !important;
    min-height: 14px !important;
  }

  .picks-grid > .product-card .rating-star,
  .picks-grid > .product-card .rating-star-svg {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
  }

  .picks-grid > .product-card .rating-value {
    font-size: 11px !important;
  }

  .picks-grid > .product-card .price-line {
    gap: 5px !important;
    margin-top: 4px !important;
  }

  .picks-grid > .product-card .new-price,
  .picks-grid > .product-card .price-main,
  .picks-grid > .product-card .price {
    font-size: 14px !important;
    line-height: 1.08 !important;
  }

  .picks-grid > .product-card .old-price {
    font-size: 12px !important;
  }

  .picks-grid > .product-card .favorite-toggle {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .picks-grid > .product-card .favorite-toggle .heart-icon {
    width: 14px !important;
    height: 14px !important;
  }

  /* -------------------------------------------------
     Feed – compact scan-friendly cards
  ------------------------------------------------- */
  .news-section--feed .section-heading {
    margin-bottom: 10px;
  }

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

  .news-grid .product-card:nth-child(1),
  .news-grid .product-card:nth-child(5) {
    grid-column: span 1;
  }

  .news-grid .product-card {
    border-radius: 16px !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.07) !important;
  }

  .news-grid .product-card img,
  .news-grid .product-card .product-image,
  .news-grid .product-card .product-media {
    aspect-ratio: 1 / 1 !important;
  }

  .news-grid .product-card .product-info {
    padding: 10px 10px 11px !important;
    gap: 2px !important;
  }

  .news-grid .product-card .brand {
    font-size: 11px !important;
    letter-spacing: 0.08em !important;
    margin-bottom: 1px !important;
  }

  .news-grid .product-card .product-name,
  .news-grid .product-card .product-title,
  .news-grid .product-card h3 {
    font-size: 13px !important;
    line-height: 1.18 !important;
    margin: 0 0 2px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .news-grid .product-card .tagline {
    font-size: 11px !important;
    line-height: 1.34 !important;
    margin: 3px 0 2px !important;
    color: #556274;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .news-grid .product-card .product-tag {
    font-size: 10px !important;
    padding: 3px 7px !important;
    margin: 3px 0 4px !important;
  }

  .news-grid .product-card .rating-stars {
    margin: 2px 0 2px !important;
    gap: 5px !important;
    min-height: 14px !important;
  }

  .news-grid .product-card .rating-star,
  .news-grid .product-card .rating-star-svg {
    width: 11px !important;
    height: 11px !important;
    flex: 0 0 11px !important;
  }

  .news-grid .product-card .rating-value {
    font-size: 11px !important;
  }

  .news-grid .product-card .price-line {
    gap: 5px !important;
    margin-top: 4px !important;
  }

  .news-grid .product-card .new-price,
  .news-grid .product-card .price-main,
  .news-grid .product-card .price {
    font-size: 14px !important;
    line-height: 1.08 !important;
  }

  .news-grid .product-card .old-price {
    font-size: 12px !important;
  }

  .news-grid .product-card .favorite-toggle {
    top: 8px !important;
    right: 8px !important;
    width: 28px !important;
    height: 28px !important;
  }

  .news-grid .product-card .favorite-toggle .heart-icon {
    width: 14px !important;
    height: 14px !important;
  }

  /* -------------------------------------------------
     Global product-card tuning on news mobile
     Matchet tettere mot index mobile scale
  ------------------------------------------------- */
  .news-page .product-card {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.07);
  }

  .news-page .product-card .favorite-toggle {
    top: 8px;
    right: 8px;
    width: 28px;
    height: 28px;
  }

  .news-page .product-card .favorite-toggle .heart-icon {
    width: 15px;
    height: 15px;
  }

  .news-page .product-card .product-info {
    padding: 0.7rem 0.78rem 0.82rem;
    gap: 0.12rem;
  }

  .news-page .product-card .brand {
    font-size: 0.64rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.06rem;
  }

  .news-page .product-card .product-name,
  .news-page .product-card .product-title,
  .news-page .product-card h3 {
    font-size: 0.84rem;
    line-height: 1.26;
    margin: 0 0 0.08rem;
  }

  .news-page .product-card .tagline {
    font-size: 0.74rem;
    line-height: 1.34;
    margin: 0.1rem 0 0.04rem;
    color: #556274;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .news-page .product-card .product-tag {
    font-size: 0.66rem;
    padding: 0.16rem 0.42rem;
    margin: 0.1rem 0 0.12rem;
  }

  .news-page .product-card .price-line {
    gap: 0.28rem;
    margin-top: 0.12rem;
  }

  .news-page .product-card .new-price,
  .news-page .product-card .price-main,
  .news-page .product-card .price {
    font-size: 0.9rem;
    line-height: 1.08;
  }

  .news-page .product-card .old-price {
    font-size: 0.74rem;
  }

  .news-page .rating-stars {
    gap: 0.34rem;
    min-height: 16px;
  }

  .news-page .rating-star,
  .news-page .rating-star-svg {
    width: 12px;
    height: 12px;
    flex: 0 0 12px;
  }

  .news-page .rating-value {
    font-size: 0.72rem;
  }

  /* -------------------------------------------------
     Loading / empty states
  ------------------------------------------------- */
  .partner-banner.loading,
  .deals-grid.loading,
  .picks-grid.loading,
  .featured-wrapper.loading,
  .news-grid.loading {
    min-height: 150px;
    border-radius: 18px;
  }

    
