/*
 * Thm-Samsung-v5 — Editorial Style: Base Reset
 * Calm, restrained editorial foundation.
 * Scoped under .editorial-theme so legacy styles remain untouched.
 * Prefix: fl-edit-*
 * Palette: ink #202321 · muted #626963 · line #e5e8e5 · accent #315c4a
 */

.editorial-theme,
.editorial-theme *,
.fl-edit-hero-v1,
.fl-edit-hero-v1 *,
.fl-edit-faq-v1,
.fl-edit-faq-v1 *,
.fl-edit-reviews-v1,
.fl-edit-reviews-v1 *,
.fl-edit-cta-v1,
.fl-edit-cta-v1 * {
  box-sizing: border-box;
}

.editorial-theme {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  color: #202321;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.7;
  background: #ffffff;
}

.editorial-theme h1,
.editorial-theme h2,
.editorial-theme h3 {
  color: #202321;
  font-family: inherit;
  font-weight: 500;
  text-align: left;
  letter-spacing: -.03em;
}

.editorial-theme h2::after {
  display: none;
}

.editorial-theme p {
  color: #626963;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1rem;
}

.editorial-theme a {
  color: #315c4a;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-color: #b8c9bf;
  text-underline-offset: 3px;
}

.editorial-theme img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .editorial-theme {
    padding-inline: 4px;
  }
}
