footer {
  padding: 32px 0;
  background: #082b4e;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
}

footer .container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-site__vendors,
.footer-vendor__vendors {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-site__vendors a,
.footer-vendor__vendors a,
.footer-site__legal a,
.footer-vendor__legal a {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
}

.footer-site__vendors a:hover,
.footer-vendor__vendors a:hover,
.footer-site__legal a:hover,
.footer-vendor__legal a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer-vendor .container {
  flex-direction: column;
  align-items: flex-start;
}

.footer-vendor__brand {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer-vendor__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.product-provider {
  margin: 0;
  color: var(--muted, rgba(255, 255, 255, 0.72));
  font-size: 0.85rem;
  line-height: 1.5;
}

.product-provider a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.product-provider a:hover {
  color: var(--blue-2, #128fe8);
}

.product-provider--footer {
  color: rgba(255, 255, 255, 0.85);
}

.product-provider--footer a {
  color: #fff;
}

.product-provider--footer a:hover {
  color: #fff;
  opacity: 0.92;
}

.credibility-asunote {
  margin: 8px 0 0;
  color: var(--muted, rgba(255, 255, 255, 0.72));
  font-size: 0.82rem;
  line-height: 1.55;
}

.credibility-asunote a {
  color: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.credibility-asunote a:hover {
  color: var(--blue-2, #128fe8);
}

.product-provider--footer + .credibility-asunote,
.footer-vendor__brand .credibility-asunote {
  color: rgba(255, 255, 255, 0.78);
}

.footer-vendor__brand .credibility-asunote a {
  color: rgba(255, 255, 255, 0.92);
}

.footer-vendor__brand .credibility-asunote a:hover {
  color: #fff;
}

.hero .credibility-asunote,
.subpage-hero .credibility-asunote {
  margin-top: 10px;
}

.subpage-hero .credibility-asunote {
  margin-top: 14px;
}

.subpage-hero .product-provider {
  margin-top: 14px;
}
