#prs-cookie-panel[hidden], #prs-cookie-panel [hidden] { display: none !important; }
#prs-cookie-panel { position: fixed; z-index: 10000; right: 24px; bottom: 24px; width: 380px; max-width: calc(100% - 48px); max-height: calc(100dvh - 48px); overflow-y: auto; margin: 0; padding: 24px; background: #fff; color: var(--ink, #172333); border: 1px solid #e0e5e9; border-radius: 16px; box-shadow: 0 10px 40px #12203324, 0 2px 8px #1220330a; font: 14px/1.6 var(--font, 'Inter', Arial, sans-serif); }
#prs-cookie-panel h2 { font-family: inherit; font-size: 18px; line-height: 1.3; font-weight: 700; letter-spacing: -.25px; color: var(--ink, #172333); margin: 0 0 10px; }
#prs-cookie-panel p { font: inherit; color: #526071; margin: 0; }
#prs-cookie-panel a { color: #526071; text-decoration: underline; text-underline-offset: 3px; }
#prs-cookie-panel a:hover { color: #122033; }
#prs-cookie-panel .prs-cookie-status { margin-top: 10px; font-size: 12px; }
#prs-cookie-panel .prs-cookie-status:empty { display: none; }
.prs-cookie-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 20px; }
#prs-cookie-panel button { margin: 0; padding: 11px 14px; border: 1px solid #d5dde5; border-radius: 8px; background: #f0f3f6; color: #122033; font: 600 14px/1.4 var(--font, 'Inter', Arial, sans-serif); cursor: pointer; min-height: 44px; }
#prs-cookie-panel button:hover { background: #e4ebf1; border-color: #aab9c7; }
#prs-cookie-panel .prs-cookie-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 12px; font-size: 12px; }
#prs-cookie-panel .prs-cookie-footer a { display: inline-flex; align-items: center; min-height: 32px; }
#prs-cookie-panel button[data-close] { padding: 5px 8px; min-height: 32px; border: 0; background: transparent; color: #526071; font-size: 12px; font-weight: 500; }
.prs-cookie-settings { border: 0; background: transparent; color: inherit; padding: 0; margin: 0; font: inherit; text-decoration: underline; cursor: pointer; }
#prs-cookie-panel button:focus-visible, .prs-cookie-settings:focus-visible { outline: 3px solid #2869b5; outline-offset: 3px; }
@media (max-width: 600px) { #prs-cookie-panel { left: 12px; right: 12px; bottom: max(12px, env(safe-area-inset-bottom)); width: auto; max-width: none; max-height: calc(100dvh - 32px); padding: 20px; border-radius: 14px; } .prs-cookie-actions { margin-top: 16px; } .has-product:has(#prs-cookie-panel:not([hidden])) .sticky-quote { visibility: hidden; } }
