#vxcrgpd-root{font-family:inherit}.vxcrgpd-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:99997}.vxcrgpd-banner{position:fixed;left:20px;right:20px;bottom:20px;max-width:920px;margin:0 auto;background:var(--vxcrgpd-bg);color:var(--vxcrgpd-text);border-radius:18px;padding:20px;box-shadow:0 12px 40px rgba(0,0,0,.18);z-index:99998;border:1px solid rgba(0,0,0,.08)}.vxcrgpd-header{font-size:18px;margin-bottom:8px}.vxcrgpd-body p{margin:0 0 10px 0}.vxcrgpd-body a{color:var(--vxcrgpd-link)}.vxcrgpd-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}.vxcrgpd-btn{appearance:none;border:0;border-radius:999px;padding:12px 18px;cursor:pointer;font-weight:600}.vxcrgpd-btn-primary{background:var(--vxcrgpd-primary);color:#fff}.vxcrgpd-btn-secondary{background:var(--vxcrgpd-secondary-bg);color:var(--vxcrgpd-secondary-text)}.vxcrgpd-modal[hidden],.vxcrgpd-backdrop[hidden],.vxcrgpd-banner[hidden],.vxcrgpd-floating[hidden]{display:none!important}.vxcrgpd-modal{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;padding:20px}.vxcrgpd-modal-box{width:min(760px,100%);background:var(--vxcrgpd-bg);color:var(--vxcrgpd-text);border-radius:20px;box-shadow:0 18px 60px rgba(0,0,0,.25);overflow:hidden}.vxcrgpd-modal-header{display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid #eee}.vxcrgpd-modal-body{padding:20px;display:grid;gap:14px}.vxcrgpd-category{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;border:1px solid #eee;border-radius:14px;padding:14px}.vxcrgpd-category small{display:block;margin-top:4px;color:#666}.vxcrgpd-modal-actions{margin-top:0;padding:18px 20px 22px;border-top:1px solid #eee;justify-content:space-between;align-items:center;gap:16px}.vxcrgpd-modal-actions .vxcrgpd-btn{min-width:170px;padding:14px 22px}.vxcrgpd-close{border:0;background:transparent;font-size:28px;cursor:pointer;line-height:1;color:inherit}.vxcrgpd-floating{position:fixed;bottom:20px;z-index:99996;border:0;padding:12px 16px;border-radius:999px;background:var(--vxcrgpd-accent);color:#fff;font-weight:700;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.18)}.vxcrgpd-floating-left{left:20px}.vxcrgpd-floating-right{right:20px}@media (max-width:720px){.vxcrgpd-banner{left:12px;right:12px;bottom:12px;padding:16px}.vxcrgpd-actions{flex-direction:column}.vxcrgpd-btn{width:100%}.vxcrgpd-modal-actions{padding:16px}.vxcrgpd-modal-actions .vxcrgpd-btn{min-width:0}}
.vxcrgpd-floating{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  transition:transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}
.vxcrgpd-floating:hover{transform:translateY(-1px);box-shadow:0 14px 34px rgba(0,0,0,.22)}
.vxcrgpd-floating-style-icon{padding:0;border-radius:50%}
.vxcrgpd-floating-style-text .vxcrgpd-floating-text{display:inline-block}
.vxcrgpd-floating-style-icon_text{border-radius:999px}
.vxcrgpd-cookie-icon{display:inline-flex;width:28px;height:28px;flex:0 0 auto}
.vxcrgpd-cookie-icon svg{width:100%;height:100%;fill:currentColor;display:block}
.vxcrgpd-floating-size-sm{min-height:44px;padding:10px 14px;font-size:13px}
.vxcrgpd-floating-size-sm.vxcrgpd-floating-style-icon{width:44px;height:44px}
.vxcrgpd-floating-size-sm .vxcrgpd-cookie-icon{width:20px;height:20px}
.vxcrgpd-floating-size-md{min-height:56px;padding:12px 16px;font-size:14px}
.vxcrgpd-floating-size-md.vxcrgpd-floating-style-icon{width:56px;height:56px}
.vxcrgpd-floating-size-md .vxcrgpd-cookie-icon{width:26px;height:26px}
.vxcrgpd-floating-size-lg{min-height:64px;padding:14px 20px;font-size:15px}
.vxcrgpd-floating-size-lg.vxcrgpd-floating-style-icon{width:64px;height:64px}
.vxcrgpd-floating-size-lg .vxcrgpd-cookie-icon{width:30px;height:30px}
@media (max-width:720px){
  .vxcrgpd-floating-size-lg{min-height:58px;padding:12px 16px}
  .vxcrgpd-floating-size-lg.vxcrgpd-floating-style-icon{width:58px;height:58px}
}

.vxcrgpd-cookie-icon img{width:100%;height:100%;object-fit:contain;display:block}
