/* Frontend styles (1.3.2, animations removed) */
.ssc-consent{position:fixed;z-index:99999;box-sizing:border-box;max-width:100%;opacity:1;transform:none}
.ssc-consent .ssc-inner{display:flex;gap:.75rem;align-items:center;box-sizing:border-box}
.ssc-consent .ssc-message{flex:1 1 auto;font-size:14px;line-height:1.5}
.ssc-consent .ssc-actions{flex:0 0 auto}
.ssc-consent .ssc-accept{cursor:pointer;border:0;border-radius:8px;padding:.6rem 1rem;font-weight:600}
.ssc-consent a.ssc-policy{margin-left:.5rem;text-decoration:underline}

/* Positions */
.ssc-pos-bottom,.ssc-pos-top{left:0;right:0;padding:12px}
.ssc-pos-bottom{bottom:0}
.ssc-pos-top{top:0}
.ssc-pos-bottom .ssc-inner,.ssc-pos-top .ssc-inner{max-width:1100px;margin:0 auto}
.ssc-pos-bottom-left,.ssc-pos-bottom-right,.ssc-pos-center{padding:0}
.ssc-pos-bottom-left{left:16px;right:auto;bottom:16px;max-width:420px}
.ssc-pos-bottom-right{right:16px;left:auto;bottom:16px;max-width:420px}
.ssc-pos-center{inset:0;display:flex;align-items:center;justify-content:center}
.ssc-pos-center .ssc-inner{max-width:520px}

/* Presets */
.ssc-preset-light{background:#fff;border-top:1px solid rgba(0,0,0,.12);box-shadow:0 6px 24px rgba(0,0,0,.18)}
.ssc-preset-light .ssc-inner{background:#fff;color:#222;padding:12px 16px}
.ssc-preset-light .ssc-accept{background:#111;color:#fff}
.ssc-preset-dark{background:#0e0f12;box-shadow:0 6px 24px rgba(0,0,0,.48)}
.ssc-preset-dark .ssc-inner{background:#0e0f12;color:#eaeaea;padding:12px 16px}
.ssc-preset-dark .ssc-accept{background:#fff;color:#111}

/* No animations and no transitions */
.ssc-consent, .ssc-consent * { transition: none !important; animation: none !important; }
.ssc-consent.ssc-hide{display:none !important}

/* Rounded corners */
.ssc-pos-bottom .ssc-inner        { border-radius: 12px 12px 0 0; }
.ssc-pos-bottom-left .ssc-inner,
.ssc-pos-bottom-right .ssc-inner  { border-radius: 12px; }

/* Mobile: corner toasts center bottom with margins */
@media (max-width: 600px){
  .ssc-consent .ssc-inner{flex-direction:column;align-items:stretch}
  .ssc-consent .ssc-actions{display:flex;justify-content:flex-end}
  .ssc-pos-bottom-left,
  .ssc-pos-bottom-right{left:16px; right:16px; bottom:16px; width:auto; max-width:400px; margin:0 auto;}
  .ssc-pos-bottom-left .ssc-inner,
  .ssc-pos-bottom-right .ssc-inner  { border-radius: 14px; }
}
