[data-affiliate-geo-slot][data-ageo-state="loading"],
[data-affiliate-geo-slot][data-ageo-state="unavailable"],
[data-affiliate-geo-slot][hidden] {
  display: none !important;
}

[data-affiliate-geo-slot][data-ageo-state="ready"] {
  display: revert;
}

.ageo-marker,
.ageo-terms {
  max-width: 100%;
}

.ageo-disclosure {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: 600;
}

.ageo-copy {
  cursor: pointer;
}

/* Plugin-owned CTA. Typography and ordinary inline links inherit BCP site styles. */
.ageo-cta {
  --ageo-green: var(--bde-palette-color-2-bcdb5440-2c94-4d77-9db9-be88ba80d64f, #136e51);
  --ageo-green-hover: #0f5d45;
  --ageo-border: #d9e0dd;
  --ageo-muted: #f7f7f7;
  width: 100%;
  box-sizing: border-box;
  max-width: 1120px;
  margin: 22px auto;
  overflow: hidden;
  border: 1px solid var(--ageo-border);
  border-radius: 14px;
  background: #fff;
  color: inherit;
  font-family: inherit;
}

.ageo-cta__offer {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) minmax(220px, 250px);
  gap: clamp(18px, 2.5vw, 30px);
  align-items: center;
  padding: clamp(20px, 3vw, 30px);
}

.ageo-cta__brand {
  width: 110px;
  height: 110px;
}

.ageo-cta__brand img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

.ageo-cta__headline {
  margin: 0;
  color: inherit;
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2;
  text-wrap: balance;
}

.ageo-cta__details {
  margin-top: 8px;
  color: inherit;
  font-size: 14px;
  line-height: 1.55;
}

.ageo-cta__actions {
  display: grid;
  gap: 10px;
}

.ageo-cta__ticket {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 2px 12px;
  align-items: center;
  width: 100%;
  padding: 11px 13px;
  border: 1px solid var(--ageo-border);
  border-radius: 10px;
  background: var(--ageo-muted);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
}

.ageo-cta__code-label {
  grid-column: 1;
  font-size: 11px;
  font-weight: 500;
}

.ageo-cta__ticket strong {
  grid-column: 1;
  font-size: 22px;
  line-height: 1.15;
}

.ageo-cta__copy-label {
  grid-column: 2;
  grid-row: 1 / span 2;
  color: var(--ageo-green);
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.ageo-cta__ticket:hover {
  border-color: var(--ageo-green);
  background: #fff;
}

.ageo-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid var(--ageo-green);
  border-radius: 10px;
  background: var(--ageo-green);
  color: #fff !important;
  cursor: pointer;
  font: inherit;
  font-size: clamp(16px, 1.45vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.ageo-cta__button:hover,
.ageo-cta__button:focus-visible {
  border-color: var(--ageo-green);
  background: #fff;
  color: var(--ageo-green) !important;
}

.ageo-cta__ticket:focus-visible,
.ageo-cta__button:focus-visible {
  outline: 3px solid rgba(19, 110, 81, 0.28);
  outline-offset: 3px;
}

.ageo-cta__legal {
  padding: 14px clamp(20px, 3vw, 30px) 16px;
  border-top: 1px solid var(--ageo-border);
  background: var(--ageo-muted);
  color: inherit;
  font-family: inherit;
  font-size: 11px;
  line-height: 1.55;
}

.ageo-cta .ageo-disclosure {
  margin-top: 7px;
  font-size: 10px;
}

.ageo-cta--builder {
  display: block !important;
}

.ageo-cta--placeholder {
  max-width: 760px;
}

.ageo-cta__placeholder-content {
  padding: clamp(20px, 3vw, 30px);
}

.ageo-cta__placeholder-content p {
  margin: 8px 0 0;
  line-height: 1.55;
}

@media (max-width: 820px) {
  .ageo-cta__offer {
    grid-template-columns: 91px minmax(0, 1fr);
  }

  .ageo-cta__brand {
    width: 91px;
    height: 91px;
  }

  .ageo-cta__actions {
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1fr) minmax(170px, 0.75fr);
  }
}

@media (max-width: 560px) {
  .ageo-cta {
    border-radius: 12px;
  }

  .ageo-cta__offer {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .ageo-cta__brand {
    width: 77px;
    height: 77px;
    justify-self: center;
  }

  .ageo-cta__brand img {
    border-radius: 8px;
  }

  .ageo-cta__headline {
    grid-column: 1;
    font-size: clamp(20px, 6vw, 25px);
  }

  .ageo-cta__message {
    display: contents;
  }

  .ageo-cta__details {
    grid-column: 1;
    margin-top: 0;
    font-size: 13px;
  }

  .ageo-cta__actions {
    grid-template-columns: 1fr;
  }

  .ageo-cta__legal {
    padding: 14px 18px 16px;
  }
}

.ageo-builder-placeholder {
  padding: 8px 10px;
  border: 1px dashed #0a9e43;
  background: #effbf3;
  color: #064f25;
  font: 13px/1.4 sans-serif;
}

/* RG support is independent of the CTA visibility state. */
.ageo-rg {
  display: block;
  width: 100%;
  min-width: min(100%, 100px);
}

.ageo-rg p {
  margin: 0;
}

.ageo-rg-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
  margin-top: 12px;
}

.ageo-rg-logo-link {
  display: inline-flex;
  align-items: center;
}

.ageo-rg-logo {
  display: block;
  max-width: min(100%, var(--ageo-rg-logo-width, 600px));
  height: auto;
}
