.bdglt-language-toast {
  position: fixed;
  inset: auto 16px 16px auto;
  z-index: 9999;
  max-width: min(360px, calc(100vw - 32px));
  font-family: inherit;
}

.bdglt-language-toast__panel {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  box-shadow: 0 14px 40px rgba(31, 35, 40, .18);
  color: #1f2328;
  padding: 16px;
}

.bdglt-language-toast__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 6px;
}

.bdglt-language-toast__message {
  font-size: 14px;
  line-height: 1.45;
  margin: 0 0 14px;
}

.bdglt-language-toast__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bdglt-language-toast__actions a,
.bdglt-language-toast__dismiss {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 36px;
  padding: 8px 12px;
  text-decoration: none;
}

.bdglt-language-toast__actions a {
  background: #005aa9;
  border: 1px solid #005aa9;
  color: #fff;
}

.bdglt-language-toast__dismiss {
  background: #fff;
  border: 1px solid #8c959f;
  color: #1f2328;
}

.bdglt-language-switcher--flags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bdglt-language-switcher--flags a {
  align-items: center;
  display: inline-flex;
  gap: 6px;
  line-height: 1.2;
}

.bdglt-language-switcher__link {
  border: 1px solid #d0d7de;
  border-radius: 4px;
  color: #005aa9;
  font-weight: 700;
  min-height: 34px;
  padding: 7px 10px;
  text-decoration: none;
}

.bdglt-region-hero,
.bdglt-region-section,
.bdglt-region-cta {
  margin: 0 auto;
  max-width: 1120px;
  padding: 32px 20px;
}

.bdglt-region-hero {
  padding-top: 48px;
}

.bdglt-region-hero__kicker {
  color: #005aa9;
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.bdglt-region-hero__title {
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 14px;
}

.bdglt-region-hero__summary,
.bdglt-region-richtext,
.bdglt-region-cta p {
  color: #3c434a;
  font-size: 17px;
  line-height: 1.6;
  max-width: 760px;
}

.bdglt-region-card-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.bdglt-region-card {
  background: #fff;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  padding: 16px;
}

.bdglt-region-card a {
  color: #005aa9;
  font-weight: 700;
  text-decoration: none;
}

.bdglt-region-card h3 {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.bdglt-region-card p {
  margin: 0 0 8px;
}

.bdglt-card-kicker {
  color: #57606a;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.bdglt-region-cta {
  background: #f6f8fa;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  margin-bottom: 32px;
}

.bdglt-region-cta__button {
  align-items: center;
  background: #005aa9;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  font-weight: 700;
  min-height: 40px;
  padding: 10px 14px;
  text-decoration: none;
}

.bdglt-region-faq {
  border-bottom: 1px solid #d0d7de;
  padding: 12px 0;
}

.bdglt-region-faq summary {
  cursor: pointer;
  font-weight: 700;
}

.bdglt-country-profile__list {
  display: grid;
  gap: 10px 18px;
  grid-template-columns: minmax(160px, 220px) 1fr;
}

.bdglt-country-profile__list dt {
  color: #57606a;
  font-weight: 700;
}

.bdglt-country-profile__list dd {
  margin: 0;
}

@media (max-width: 640px) {
  .bdglt-language-toast {
    inset: auto 12px 12px 12px;
    max-width: none;
  }

  .bdglt-region-hero__title {
    font-size: 30px;
  }

  .bdglt-country-profile__list {
    grid-template-columns: 1fr;
  }
}
