#yep-consent{position:fixed;z-index:999999;inset:0;display:flex;align-items:flex-end;justify-content:center;padding:18px;background:rgba(2,8,24,.22);font-family:inherit}
    #yep-consent .yep-consent-card{position:relative;width:min(460px,100%);max-height:calc(100vh - 36px);overflow:auto;background:#06142f;color:#fff;border:1px solid #d9bd86;border-radius:18px;padding:20px;box-shadow:0 18px 55px rgba(0,0,0,.38)}
    #yep-consent strong{display:block;font-size:21px;line-height:1.4;margin:0 0 8px;color:#fff}
    #yep-consent p{margin:0 0 16px;font-size:15px;line-height:1.9;color:#f4f5f8}
    .yep-consent-buttons{display:grid;grid-template-columns:1fr 1fr;gap:9px}
    .yep-consent-buttons button{min-height:44px;border:0;border-radius:11px;padding:10px 13px;background:#d9bd86;color:#06142f;font:inherit;font-weight:700;cursor:pointer}
    .yep-consent-buttons .yep-consent-secondary{background:#fff;color:#06142f}
    .yep-consent-buttons .yep-consent-outline{grid-column:1/-1;background:transparent;color:#fff;border:1px solid rgba(255,255,255,.48)}
    .yep-consent-policy{display:inline-block;margin-top:12px;color:#efd7a4;text-decoration:underline;text-underline-offset:3px;font-size:13px}
    .yep-consent-close{position:absolute;top:10px;left:10px;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;font-size:24px;line-height:1;cursor:pointer}
    .yep-consent-option{display:flex;align-items:center;justify-content:space-between;gap:15px;border:1px solid rgba(255,255,255,.14);border-radius:12px;padding:12px;margin:9px 0;cursor:pointer}
    .yep-consent-option span{display:flex;flex-direction:column;gap:3px}.yep-consent-option b{font-size:15px}.yep-consent-option small{font-size:12px;line-height:1.6;color:#d9deea}
    .yep-consent-option input{width:20px;height:20px;accent-color:#d9bd86;flex:0 0 auto}.yep-consent-required{opacity:.82;cursor:default}
    .yep-consent-buttons-custom{margin-top:14px}.yep-consent-buttons-custom .yep-consent-secondary{grid-column:auto}
    #yep-consent-settings{position:fixed;z-index:99990;left:14px;bottom:82px;border:1px solid rgba(217,189,134,.75);border-radius:999px;padding:8px 12px;background:#06142f;color:#fff;font:inherit;font-size:12px;box-shadow:0 8px 24px rgba(0,0,0,.22);cursor:pointer}
    @media (max-width:600px){#yep-consent{padding:12px;align-items:flex-end;background:rgba(2,8,24,.28)}#yep-consent .yep-consent-card{width:100%;max-height:86vh;border-radius:16px;padding:16px}#yep-consent strong{font-size:19px;padding-left:34px}#yep-consent p{font-size:14px;line-height:1.75;margin-bottom:14px}.yep-consent-buttons{grid-template-columns:1fr}.yep-consent-buttons .yep-consent-outline{grid-column:auto}.yep-consent-buttons-custom .yep-consent-secondary{grid-column:auto}.yep-consent-option{padding:10px}.yep-consent-option b{font-size:14px}.yep-consent-option small{font-size:11px}#yep-consent-settings{left:10px;bottom:76px;font-size:11px;padding:7px 10px}}
