:root { --yaolya-cookie-space: 0px; }
body { padding-bottom: var(--yaolya-cookie-space); }
html { scroll-padding-bottom: var(--yaolya-cookie-space); }
.yaolya-cookie-banner { position: fixed; z-index: 95; left: 12px; right: 12px; bottom: 8px; max-width: 1000px; margin: 0 auto; padding: 14px 18px; border: 1px solid #d8d1d5; border-radius: 12px; background: #fff; color: #242833; box-shadow: 0 4px 24px #24283324; font: 14px/1.45 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.yaolya-cookie-banner[hidden], [data-cookie-settings][hidden] { display: none !important; }
.yaolya-cookie-banner p { margin: 0 0 10px; }
.yaolya-cookie-actions { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.yaolya-cookie-actions button { min-height: 44px; padding: 8px 14px; border: 1px solid #b92c53; border-radius: 8px; background: #fff; color: #96203f; font: inherit; font-weight: 700; cursor: pointer; }
.yaolya-cookie-banner a { color: #96203f; text-decoration: underline; }
[data-cookie-settings] { min-height: 44px; border: 0; padding: 8px 0; color: inherit; background: transparent; text-decoration: underline; font: inherit; cursor: pointer; }
.yaolya-cookie-banner :focus-visible, [data-cookie-settings]:focus-visible { outline: 3px solid #b92c53; outline-offset: 3px; }
.rb-mobile-sticky-cta { bottom: calc(10px + env(safe-area-inset-bottom) + var(--yaolya-cookie-space)) !important; }
html:has(dialog[open]) .yaolya-cookie-banner { visibility: hidden; }
@media (max-width: 600px) {
  .yaolya-cookie-banner { left: 8px; right: 8px; padding: 12px; font-size: 13px; }
  .yaolya-cookie-actions button { flex: 1 1 140px; }
}
