:root {
  --brand: #009c79;
  --brand-dark: #007c61;
  --accent: #7ac143;
  --link: #006999;
  --text: #333333;
  --muted: #eeeeee;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background: #ffffff;
  color: var(--text);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

a {
  color: var(--link);
  font-weight: 700;
}

img,
svg {
  display: block;
  height: auto;
  max-width: 100%;
}

.container {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 12px;
  width: 100%;
}

#header,
.legal-header {
  background: var(--brand);
  border-bottom: 4px solid var(--accent);
  padding: 10px 0;
}

.header-row {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.site-logo {
  display: block;
  flex: 0 1 260px;
  max-width: 260px;
}

.site-logo img {
  width: 100%;
}

.btn,
.wp-block-button__link {
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.btn-primary {
  background: var(--accent);
  font-size: 15px;
  padding: 5px 12px;
}

.advertorial-label {
  background: #f3f3f3;
  border-bottom: 1px solid #dedede;
  color: #555555;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 4px 12px;
  text-align: center;
  text-transform: uppercase;
}

.article {
  padding: 20px 0 80px;
}

.article__header {
  margin-bottom: 10px;
  text-align: center;
}

.article__header h1 {
  font-size: 45px;
  line-height: 1.2;
  margin: 10px 0;
}

.article__header .meta {
  color: #999999;
  font-size: 0.85em;
  margin: 0;
}

.article__body {
  line-height: 1.65;
  margin: 0 auto;
  max-width: 940px;
}

.article__body h2 {
  font-size: 30px;
  line-height: 1.2;
  margin: 1.5rem 0 0.5rem;
}

.article__body p,
.article__body ul,
.article__body figure,
.article__body blockquote,
.article__body .wp-block-columns,
.article__body .wp-block-buttons,
.article__body .attrakt--map {
  margin-bottom: 1rem;
}

.article__body figure {
  margin-left: 0;
  margin-right: 0;
}

.article__body a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.article__body blockquote {
  background: var(--muted);
  border-left: 4px solid var(--link);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.article__body blockquote > :last-child {
  margin-bottom: 0;
}

.attrakt--state-image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.attrakt--state-image img.user_region_image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.wp-block-columns {
  display: flex;
  gap: 24px;
}

.wp-block-column {
  flex: 1 1 0;
  min-width: 0;
}

.state-heading {
  color: #0069a6;
  font-size: 24px !important;
  text-align: center;
}

.attrakt--map svg {
  width: 100%;
}

.attrakt--map .stateText {
  fill: #000000;
  pointer-events: none;
}

.attrakt--map .stateImage {
  fill: #08a6d2;
}

.attrakt--map .stateButton {
  fill: #000000;
}

.attrakt--map #stateButtonsText .stateText {
  fill: #ffffff;
}

.attrakt--map .stateButton,
.attrakt--map .stateImage {
  transition: fill 0.1s ease-out;
}

.attrakt--map a:hover .stateButton,
.attrakt--map a:hover .stateImage {
  fill: #006d8f;
}

.wp-block-buttons {
  display: flex;
  justify-content: center;
}

.primary-offer-button {
  background: var(--accent);
  padding: 0.75em 1.5em;
}

.primary-offer-button mark {
  background: transparent;
  color: #0693e3;
}

#footer {
  background: var(--brand);
  border-top: 4px solid var(--accent);
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  padding: 40px 0 10px;
  text-align: center;
}

#footer a {
  color: inherit;
  text-decoration: none;
}

.footer-content {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  gap: 8px;
  justify-content: center;
  margin-bottom: 16px;
}

.footer-links a {
  text-decoration: none;
}

.footer-copyright {
  font-size: 16px;
  margin: 0;
  text-align: center;
  width: 100%;
}

#footer .footer-copyright {
  margin-top: 0;
}

.landing-disclaimer {
  background: var(--brand);
  color: #ffffff;
  font-size: 12px;
  line-height: 1.35;
  padding: 0 max(12px, calc((100% - 1146px) / 2)) 20px;
  text-align: center;
}

.landing-disclaimer p {
  margin: 0 0 12px;
  overflow-wrap: anywhere;
}

.landing-disclaimer .footer-copyright {
  margin: 16px 0 0;
}

.legal-header .container {
  display: flex;
  justify-content: center;
}

.legal-main {
  margin: 0 auto;
  min-height: 60vh;
  overflow-wrap: anywhere;
  padding: 48px 20px 72px;
  width: min(900px, 100%);
}

.legal-main h1 {
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 24px;
}

.legal-main h2 {
  font-size: 25px;
  line-height: 1.25;
  margin: 36px 0 12px;
}

.legal-main p {
  margin: 0 0 16px;
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.contact-main {
  min-height: calc(100vh - 220px);
  width: min(760px, 100%);
}

@media (max-width: 767px) {
  body {
    font-size: 18px;
  }

  #header {
    padding: 5px 0;
  }

  .site-logo {
    max-width: 160px;
  }

  .header-row {
    gap: 10px;
  }

  .article {
    padding: 10px 0 60px;
  }

  .article__header h1 {
    font-size: 28px;
  }

  .article__body h2 {
    font-size: 24px;
  }

  .wp-block-columns {
    flex-direction: column;
    gap: 0;
  }

  .legal-main {
    padding: 34px 16px 54px;
  }

  .legal-main h1 {
    font-size: 32px;
  }

  .legal-main h2 {
    font-size: 23px;
  }
}

@media (max-width: 374px) {
  .btn-primary {
    font-size: 13px;
    padding: 5px 8px;
  }

  .site-logo {
    max-width: 145px;
  }
}
