.seo-static-fallback,
.seo-static-fallback * {
  box-sizing: border-box;
}

.seo-static-fallback {
  min-height: 100vh;
  margin: 0;
  background: #f4f7fa;
  color: #102a43;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.75;
}

.seo-static-fallback a {
  color: #064f70;
  font-weight: 700;
}

.seo-static-fallback a:focus-visible {
  outline: 3px solid #d9b72e;
  outline-offset: 3px;
}

.seo-static-fallback__header {
  background: #071b33;
  color: #fff;
}

.seo-static-fallback__wrap {
  width: min(100% - 2rem, 70rem);
  margin-inline: auto;
  padding-block: clamp(1.25rem, 4vw, 2.5rem);
}

.seo-static-fallback__brand,
.seo-static-fallback__header a {
  color: #fff;
}

.seo-static-fallback h1,
.seo-static-fallback h2,
.seo-static-fallback h3,
.seo-static-fallback p {
  margin-block-start: 0;
}

.seo-static-fallback h1 {
  max-width: 22ch;
  margin-block-end: 0.5rem;
  font-size: clamp(1.75rem, 6vw, 3rem);
  line-height: 1.3;
}

.seo-static-fallback__lead {
  max-width: 68ch;
  font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.seo-static-fallback__nav,
.seo-static-fallback__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-block-start: 1rem;
}

.seo-static-fallback__nav a,
.seo-static-fallback__button {
  display: inline-block;
  border: 1px solid #7b95ad;
  border-radius: 0.6rem;
  padding: 0.55rem 0.9rem;
  text-decoration: none;
}

.seo-static-fallback__nav a[aria-current="page"],
.seo-static-fallback__button {
  border-color: #d9b72e;
  background: #d9b72e;
  color: #071b33;
}

.seo-static-fallback__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 15rem), 1fr));
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-static-fallback__card,
.seo-static-fallback__panel {
  border: 1px solid #d6e0e8;
  border-radius: 0.75rem;
  background: #fff;
  padding: 1.15rem;
}

.seo-static-fallback__card p:last-child,
.seo-static-fallback__panel p:last-child {
  margin-block-end: 0;
}

.seo-static-fallback__details {
  padding-inline-start: 1.25rem;
}

.seo-price-comparison {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.2rem 0.5rem;
}

.seo-price-comparison del {
  color: #657988;
  text-decoration-color: #a9372a;
  text-decoration-thickness: 0.13rem;
}

.seo-price-comparison strong {
  color: #087453;
}

.seo-static-fallback address {
  font-style: normal;
}

.seo-static-fallback__footer {
  border-top: 1px solid #d6e0e8;
  background: #fff;
}

@media (max-width: 34rem) {
  .seo-static-fallback__nav a,
  .seo-static-fallback__actions a {
    width: 100%;
    text-align: center;
  }
}
