.afg-consent-banner,
.afg-cookie-settings{
  font-family:"Avenir Next",Avenir,"Helvetica Neue",Helvetica,Arial,sans-serif;
}
.afg-consent-banner{
  position:fixed;
  z-index:10000;
  right:18px;
  bottom:18px;
  left:18px;
  max-width:760px;
  margin:auto;
  padding:22px;
  color:#fff;
  background:#002B4E;
  border:1px solid rgba(255,255,255,.24);
  border-radius:22px;
  box-shadow:0 18px 50px rgba(0,20,36,.28);
}
.afg-consent-banner[hidden],
.afg-cookie-settings[hidden]{display:none}
.afg-consent-banner h2{
  margin:0 0 8px;
  color:#fff;
  font-size:22px;
  line-height:1.2;
  letter-spacing:-.02em;
}
.afg-consent-banner p{
  margin:0;
  color:#DCE7EF;
  font-size:15px;
  line-height:1.55;
}
.afg-consent-banner a{
  color:#fff;
  text-decoration:underline;
  text-underline-offset:3px;
}
.afg-consent-status{padding-top:8px;font-size:13px!important}
.afg-consent-actions{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}
.afg-consent-choice,
.afg-cookie-settings{
  min-height:44px;
  border:1px solid #CC9253;
  border-radius:999px;
  font:inherit;
  font-size:14px;
  font-weight:850;
  cursor:pointer;
}
.afg-consent-choice{
  padding:10px 18px;
  color:#002B4E;
  background:#fff;
}
.afg-consent-choice:hover{background:#F5F7FA}
.afg-consent-choice:focus-visible,
.afg-cookie-settings:focus-visible,
.afg-consent-banner a:focus-visible{
  outline:3px solid #fff;
  outline-offset:3px;
}
.afg-cookie-settings{
  position:fixed;
  z-index:9999;
  left:16px;
  bottom:16px;
  padding:8px 15px;
  color:#fff;
  background:#002B4E;
  box-shadow:0 8px 22px rgba(0,20,36,.2);
}
.afg-cookie-settings:hover{background:#366585}
@media(max-width:560px){
  .afg-consent-banner{right:10px;bottom:10px;left:10px;padding:18px;border-radius:18px}
  .afg-consent-actions{grid-template-columns:1fr}
  .afg-cookie-settings{left:10px;bottom:10px}
}
@media(prefers-reduced-motion:reduce){
  .afg-consent-banner,
  .afg-consent-choice,
  .afg-cookie-settings{scroll-behavior:auto;transition:none!important}
}
