/**
 * LaMilka Tour 0.4.98 — surgical Riviera News index width restoration.
 *
 * Scope is intentionally limited to the Riviera News landing page. The
 * v0.4.88 phone-overflow rule set its inner shell to max-width:100%, which
 * overrode Lovable's max-w-7xl container and enlarged the heading, cards,
 * trust row, CTA cards and FAQ composition across wide desktop screens.
 */
body.lamilka-riviera-news-page #lamilka-route-root.lamilka-riviera-news {
  box-sizing: border-box !important;
  width: 100% !important;
  padding: 32px 16px 64px !important;
}

body.lamilka-riviera-news-page #lamilka-route-root .lamilka-riviera-news__inner {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 1280px !important;
  margin-inline: auto !important;
}

/* Preserve Lovable's four-card desktop grid inside the restored shell. */
@media (min-width: 1024px) {
  body.lamilka-riviera-news-page .lamilka-riviera-news__cards {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

/* Lovable uses two columns between tablet and small desktop. */
@media (min-width: 768px) and (max-width: 1023px) {
  body.lamilka-riviera-news-page .lamilka-riviera-news__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  body.lamilka-riviera-news-page #lamilka-route-root.lamilka-riviera-news {
    padding: 20px 16px 56px !important;
  }
}
