.ghw-consent:not([open]), .ghw-consent [hidden], .ghw-map [hidden] { display: none !important; }
.ghw-consent {
  position: fixed; inset: auto 0 24px; width: min(1040px, calc(100% - 40px));
  max-height: calc(100vh - 48px); max-height: calc(100dvh - 48px); margin: auto;
  padding: 28px 32px 22px; border: 1px solid var(--line); border-top: 5px solid var(--blue);
  background: #fff; color: var(--ink); box-shadow: 0 24px 90px rgba(5, 50, 79, .28);
  font: 400 16px/1.55 "Roboto", "Helvetica Neue", Arial, sans-serif;
  overflow: auto; overscroll-behavior: contain; z-index: 10000;
}
.ghw-consent::backdrop { background: rgba(5, 28, 45, .45); }
.ghw-consent-heading { display: flex; align-items: center; gap: 15px; padding-right: 35px; margin-bottom: 16px; }
.ghw-consent-mark { display: grid; place-items: center; width: 49px; height: 49px; flex: 0 0 auto; background: var(--blue-light); color: var(--blue); border-radius: 50%; }
.ghw-consent-eyebrow { color: var(--blue); font-size: 12px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.ghw-consent h2 { margin: 2px 0 0; color: var(--blue-deep); font-size: 27px; font-weight: 650; line-height: 1.2; }
.ghw-consent h2:focus { outline: none; }
.ghw-consent-configuring > #ghw-consent-intro, .ghw-consent-configuring > .ghw-consent-choice { display: none; }
.ghw-consent p { margin: 0 0 12px; overflow-wrap: anywhere; }
.ghw-consent-choice { color: #53636d; font-size: 14px; }
.ghw-consent-close { position: absolute; top: 17px; right: 17px; display: grid; place-items: center; width: 40px; height: 40px; background: transparent; color: var(--blue-deep); border: 0; cursor: pointer; }
.ghw-consent-options { max-height: 38vh; max-height: 38dvh; overflow: auto; padding-right: 6px; margin-top: 18px; overscroll-behavior: contain; }
.ghw-consent-controller { font-size: 13px; }
.ghw-consent-option { padding: 16px 18px; margin-bottom: 12px; border: 1px solid var(--line); background: var(--soft); }
.ghw-consent-option-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 10px; cursor: pointer; }
.ghw-consent-option h3, .ghw-consent-option-head strong { font-size: 16px; font-weight: 650; margin: 0; color: var(--blue-deep); line-height: 1.4; }
.ghw-consent-option p { font-size: 14px; margin-bottom: 9px; }
.ghw-consent-option p:last-child { margin-bottom: 0; }
.ghw-consent-always { flex: 0 0 auto; font-size: 12px; font-weight: 600; color: #4a5c68; }
.ghw-consent-option input { width: 24px; height: 24px; flex: 0 0 auto; accent-color: var(--blue); cursor: pointer; }
.ghw-consent a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.ghw-consent-actions { display: flex; gap: 12px; margin: 20px 0 14px; }
.ghw-consent-button { flex: 1 1 0; min-width: 0; padding: 13px 12px; min-height: 48px; background: var(--blue); border: 1px solid var(--blue); color: #fff; font-size: 15px; line-height: 1.4; font-weight: 600; cursor: pointer; text-align: center; }
.ghw-consent-button:hover { background: var(--blue-dark); border-color: var(--blue-dark); }
.ghw-consent-button:disabled { opacity: .65; cursor: wait; }
.ghw-consent :is(a, button, input, h2):focus-visible, [data-consent-open]:focus-visible, [data-consent-withdraw]:focus-visible { outline: 3px solid #e2a600; outline-offset: 3px; }
.ghw-consent-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 18px; font-size: 13px; }
.ghw-consent-legal span { margin-right: auto; color: #566874; }
.ghw-consent-feedback { padding: 12px 14px; border-left: 3px solid #a7352d; background: #fff2ef; color: #842b23; font-size: 14px; }
.ghw-map-placeholder { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 12px; min-height: 235px; padding: 22px; background: #353d46; border: 1px solid #576572; }
.ghw-map-placeholder > svg { color: #8bd0f8; }
.ghw-map-placeholder p { margin: 0; color: #e3eaf0; font-size: 15px; line-height: 1.6; }
.ghw-map-placeholder a { padding: 10px 15px; background: #fff; border: 1px solid #fff; color: var(--blue-deep); font-size: 14px; font-weight: 600; }
.ghw-map-placeholder noscript { font-size: 14px; }
.ghw-map > a, .ghw-map > button { display: inline-block; padding: 6px 0; margin: 8px 14px 0 0; background: transparent; border: 0; color: #d0dce5; text-decoration: underline; text-underline-offset: 3px; font-size: 13px; cursor: pointer; }
.ghw-map iframe { display: block; }
@media (max-width: 600px) {
  .ghw-consent { inset: auto 0 12px; width: calc(100% - 24px); max-height: calc(100vh - 24px); max-height: calc(100dvh - 24px); padding: 22px 20px 18px; }
  .ghw-consent-heading { gap: 10px; }
  .ghw-consent h2 { font-size: 24px; }
  .ghw-consent-mark { width: 40px; height: 40px; }
  .ghw-consent-close { top: 11px; right: 8px; }
  .ghw-consent-actions { flex-direction: column; gap: 8px; margin-top: 16px; }
  .ghw-consent-button { flex: 0 0 auto; }
  .ghw-consent-options { max-height: 48vh; max-height: 48dvh; }
  .ghw-consent-option { padding: 14px; }
}
@media print { .ghw-consent, [data-consent-open], [data-consent-withdraw] { display: none !important; } }
