.seo-page--newsletter,
.seo-page--lieblingsartikel {
  --gsr-page-rose: #d86e96;
  --gsr-page-coral: #ef8f62;
  --gsr-page-mint: #7fc8a6;
  --gsr-page-butter: #f3d26c;
  --gsr-page-ink: #47373b;
  color: var(--gsr-page-ink);
}

.seo-page--newsletter .seo-hero,
.seo-page--lieblingsartikel .seo-hero {
  background: linear-gradient(135deg, #fff9f1 0%, #fff4ea 52%, #fff8fb 100%);
  border: 1px solid #eddccd;
  border-left: 8px solid var(--gsr-page-coral);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 54px);
}

.seo-page--newsletter .seo-hero h1,
.seo-page--lieblingsartikel .seo-hero h1 {
  color: #8a3f63;
}

.seo-page--newsletter .seo-hero p,
.seo-page--lieblingsartikel .seo-hero p {
  max-width: 760px;
}

.seo-page--newsletter .gsr-page-nav-section,
.seo-page--lieblingsartikel .gsr-page-nav-section {
  border-radius: 8px;
}

.gsr-newsletter-benefits,
.gsr-favorites-link-grid {
  display: grid;
  gap: 16px;
}

.gsr-newsletter-benefits,
.gsr-favorites-link-grid {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.gsr-newsletter-benefit,
.gsr-favorites-link-card {
  border: 1px solid #efdfd0;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 12px 26px rgba(88, 60, 47, 0.08);
}

.gsr-newsletter-benefit,
.gsr-favorites-link-card {
  padding: 18px;
}

.gsr-newsletter-benefit strong,
.gsr-favorites-link-card-title {
  display: block;
  margin-bottom: 8px;
  color: #6f2f50;
  font-size: 1rem;
  font-weight: 800;
}

.gsr-newsletter-signup {
  background: linear-gradient(135deg, #fff8fb 0%, #fff9f0 100%);
  border-top: 4px solid var(--gsr-page-rose);
  padding: clamp(24px, 4vw, 36px);
}

.gsr-newsletter-signup-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 420px);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.gsr-newsletter-signup-copy p:last-child {
  margin-bottom: 0;
}

.gsr-newsletter-form-card {
  padding: 22px;
  border: 1px solid #ebdacd;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(98, 60, 78, 0.08);
}

.gsr-newsletter-form-card .mailpoet_form {
  margin: 0;
}

.gsr-newsletter-disclaimer,
.gsr-favorites-disclosure,
.gsr-favorites-note,
.gsr-favorites-empty {
  padding: 16px 18px;
  border-radius: 8px;
  border: 1px solid #eddccd;
  background: #fffdf9;
  box-shadow: 0 8px 18px rgba(88, 60, 47, 0.05);
}

.gsr-newsletter-clean {
  max-width: 1160px;
  margin: 0 auto;
  padding: clamp(18px, 4vw, 54px) clamp(16px, 4vw, 28px) clamp(38px, 6vw, 80px);
}

.gsr-newsletter-landing {
  display: grid;
  grid-template-columns: minmax(0, 1000px);
  justify-content: center;
  gap: clamp(26px, 4vw, 42px);
  align-items: start;
}

.gsr-newsletter-copy {
  max-width: 1000px;
  min-width: 0;
}

.gsr-newsletter-kicker {
  margin: 0 0 14px;
  color: #9c4b66;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.gsr-newsletter-clean h1 {
  margin: 0;
  color: #463237;
  font-size: clamp(2.35rem, 5vw, 4.15rem);
  line-height: 1;
  letter-spacing: 0;
}

.gsr-newsletter-lead {
  max-width: 760px;
  margin: clamp(18px, 3vw, 28px) 0 0;
  color: #654f52;
  font-size: clamp(1.12rem, 1.8vw, 1.34rem);
  line-height: 1.55;
}

.gsr-newsletter-points {
  display: grid;
  gap: 12px;
  margin: clamp(22px, 3vw, 34px) 0 0;
  padding: 0;
  list-style: none;
}

.gsr-newsletter-points li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: baseline;
  padding: 14px 0;
  border-top: 1px solid #eadbd0;
}

.gsr-newsletter-points li:last-child {
  border-bottom: 1px solid #eadbd0;
}

.gsr-newsletter-points span {
  color: #a94e70;
  font-weight: 850;
  white-space: nowrap;
}

.gsr-newsletter-points strong {
  color: #4f4140;
  font-size: 1rem;
  font-weight: 650;
  line-height: 1.45;
}

.gsr-newsletter-form-panel {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 34px);
  border: 1px solid #ead9cd;
  border-radius: 8px;
  background: #fffdfa;
  box-shadow: 0 18px 42px rgba(77, 50, 56, 0.1);
}

.gsr-newsletter-form-panel h2 {
  margin: 0 0 10px;
  color: #463237;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.gsr-newsletter-form-panel > p {
  margin: 0 0 18px;
  color: #6b5857;
  line-height: 1.5;
}

.gsr-newsletter-form-panel .mailpoet_form {
  margin: 0;
}

.gsr-newsletter-form-panel .mailpoet_paragraph {
  margin-bottom: 12px;
}

.gsr-newsletter-form-panel .mailpoet_text,
.gsr-newsletter-form-panel .mailpoet_submit {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 50px;
}

.gsr-newsletter-form-card .sib-form {
  margin: 0;
}

.gsr-newsletter-form-panel .sib-form {
  background: transparent !important;
  text-align: left !important;
  padding: 0 !important;
}

.gsr-newsletter-form-panel #sib-form-container {
  padding: 0 !important;
}

.gsr-newsletter-form-panel #sib-container {
  max-width: 100% !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.gsr-newsletter-form-panel .sib-form-block {
  padding: 8px 0 !important;
}

.gsr-newsletter-form-panel #sib-form > div:nth-of-type(1),
.gsr-newsletter-form-panel #sib-form > div:nth-of-type(2) {
  display: none !important;
}

.gsr-newsletter-form-panel .entry__label {
  color: #463237 !important;
  font-family: inherit !important;
}

.gsr-newsletter-form-panel input.input {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 50px;
  border: 1px solid #ead9cd;
  border-radius: 6px;
  padding: 0 14px;
  font-family: inherit;
}

.gsr-newsletter-form-panel .sib-form-block__button {
  box-sizing: border-box;
  width: 100% !important;
  min-height: 50px;
  background: var(--gsr-page-rose) !important;
  border-radius: 6px !important;
  font-family: inherit !important;
}

.gsr-newsletter-form-panel .entry__specification {
  font-family: inherit !important;
}

.gsr-newsletter-form-panel .gsr-newsletter-disclaimer {
  margin: 16px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #745f5d;
  font-size: 0.9rem;
}

.gsr-newsletter-form-panel .gsr-newsletter-disclaimer a {
  color: #914461;
  font-weight: 750;
}

.gsr-favorites-disclosure {
  border-left: 6px solid var(--gsr-page-butter);
}

.gsr-favorites-note {
  border-left: 6px solid var(--gsr-page-mint);
}

.gsr-favorites-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.gsr-favorites-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid #e8d8cb;
  background: #fffdfa;
  color: #5a4540;
  text-decoration: none;
  font-weight: 800;
  box-shadow: 0 10px 24px rgba(85, 57, 45, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.gsr-favorites-button:hover {
  transform: translateY(-1px);
  border-color: #d7b391;
  box-shadow: 0 14px 28px rgba(85, 57, 45, 0.12);
}

.gsr-favorites-button.is-primary {
  border-color: #d86e96;
  background: linear-gradient(135deg, #d86e96 0%, #ef8f62 100%);
  color: #fff;
}

.seo-page--lieblingsartikel.gsr-favorites-simple {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.seo-page--lieblingsartikel.gsr-favorites-simple .seo-hero {
  width: 100%;
  padding: clamp(26px, 4vw, 44px);
  border-left-width: 6px;
  background: #fffdf9;
  box-shadow: none;
  text-align: left !important;
}

.seo-page--lieblingsartikel.gsr-favorites-simple .seo-hero > * {
  max-width: none !important;
}

.seo-page--lieblingsartikel.gsr-favorites-simple .seo-hero h1 {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 12px;
  color: #6f2f50;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-align: left !important;
}

.seo-page--lieblingsartikel.gsr-favorites-simple .seo-hero p {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 10px;
  color: #5f4b4d;
  text-align: left !important;
}

.gsr-favorites-disclosure-line {
  margin: 14px 0 18px;
  color: #6f615e;
  font-size: 0.92rem;
  line-height: 1.45;
}

.gsr-favorites-disclosure-line strong {
  font-weight: 760;
}

.gsr-favorites-top-action {
  margin: 0 0 20px;
}

.gsr-favorite-list-section {
  padding: clamp(18px, 3vw, 26px);
  border: 1px solid #eaded3;
  background: #fffdfa;
  box-shadow: none;
}

.gsr-favorite-list-section h2 {
  margin-top: 0;
  color: #4d3b40;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  letter-spacing: 0;
}

.gsr-favorite-list-section > p {
  max-width: 760px;
  color: #645252;
}

.gsr-favorite-list {
  display: grid;
  gap: 0;
  margin-top: 18px;
}

.gsr-favorite-list-item {
  display: grid;
  grid-template-columns: minmax(180px, 260px) minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #efe3da;
}

.gsr-favorite-list-item:last-child {
  border-bottom: 1px solid #efe3da;
}

.gsr-favorite-list-item p {
  margin: 0;
  color: #5f5151;
  font-size: 0.95rem;
  line-height: 1.45;
}

.gsr-favorite-list-button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  width: 100%;
  padding: 10px 16px;
  border: 1px solid #dacbc1;
  border-radius: 999px;
  background: #fff;
  color: #5b4245;
  text-decoration: none;
  font-weight: 800;
  line-height: 1.2;
  box-shadow: 0 8px 18px rgba(85, 57, 45, 0.06);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.gsr-favorite-list-button::after {
  content: ">";
  margin-left: 12px;
  color: #b65f7b;
  font-size: 0.92em;
}

.gsr-favorite-list-button:hover,
.gsr-favorite-list-button:focus-visible {
  transform: translateY(-1px);
  border-color: #d86e96;
  box-shadow: 0 12px 24px rgba(85, 57, 45, 0.1);
}

.gsr-favorite-list-button.is-disabled {
  color: #7c6a66;
  cursor: not-allowed;
}

.gsr-favorites-link-card {
  display: block;
  text-decoration: none;
  color: inherit;
}

@media (max-width: 720px) {
  .gsr-newsletter-signup-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .gsr-newsletter-clean {
    padding: 18px 14px 42px;
  }

  .gsr-newsletter-landing {
    grid-template-columns: minmax(0, 1fr);
    min-height: 0;
    gap: 24px;
  }

  .gsr-newsletter-clean h1 {
    font-size: clamp(2.2rem, 12vw, 3.35rem);
    line-height: 1;
  }

  .gsr-newsletter-points li {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .gsr-newsletter-points span {
    white-space: normal;
  }

  .gsr-newsletter-form-panel {
    padding: 22px 16px;
  }

  .gsr-favorites-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .gsr-favorite-list-item {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
  }
}
/*# sourceURL=gsr-newsletter-favorites-pages-inline-css */