/* Keep the cookie settings control above the bottom-left reviews badge. */
body .mfn-cookies-reopen {
  left: 16px !important;
  bottom: 100px !important;
  width: auto !important;
  height: auto !important;
  min-height: 44px;
  max-width: calc(100vw - 32px);
  padding: 10px 14px !important;
  gap: 8px;
  align-items: center;
  justify-content: center;
  background: #ffffff !important;
  color: #171717 !important;
  border: 2px solid #171717;
  border-radius: 8px !important;
  box-shadow: 0 2px 10px #0003;
  cursor: pointer;
}
body .mfn-cookies-reopen svg { flex: 0 0 26px; }
body .mfn-cookies-reopen .path { fill: #171717 !important; }
body .mfn-cookies-reopen .vip-consent-label {
  font: 600 14px/1.3 Arial, sans-serif;
  color: #171717;
}
body .mfn-cookies-reopen:focus-visible { outline: 3px solid #0073aa; outline-offset: 3px; }

/* Compact accessible cookie settings control. */
body .mfn-cookies-reopen {
  box-sizing: border-box !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  padding: 8px !important;
  border-radius: 50% !important;
  gap: 0 !important;
  font-size: 0 !important;
}
body .mfn-cookies-reopen .vip-consent-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
body .mfn-cookies-reopen svg {
  width: 24px !important;
  height: 24px !important;
  flex: 0 0 24px !important;
}
