/* Minimal KVKK/Gizlilik consent banner */
.ps-consent-banner{position:fixed;left:16px;right:16px;bottom:16px;z-index:2147483000;display:flex;gap:20px;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:16px 18px;background:#111827;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:12px;box-shadow:0 12px 40px rgba(0,0,0,.28);font:14px/1.5 system-ui,-apple-system,Segoe UI,sans-serif}.ps-consent-banner p{margin:0;max-width:760px;color:rgba(255,255,255,.9)}.ps-consent-banner a{color:#c7d2fe;text-decoration:underline}.ps-consent-actions{display:flex;gap:8px;flex-shrink:0}.ps-consent-actions button{border:1px solid rgba(255,255,255,.35);border-radius:7px;padding:9px 13px;font-weight:700;cursor:pointer}.ps-consent-accept{background:#4f46e5;color:#fff}.ps-consent-reject{background:transparent;color:#fff}@media(max-width:700px){.ps-consent-banner{left:10px;right:10px;bottom:10px;display:block}.ps-consent-actions{margin-top:12px}.ps-consent-actions button{width:50%}}
