/* ══ COOKIE TABLE ════════════════════════════ */
.cookie-table { width:100%; border-collapse:collapse; margin:1.5rem 0; font-size:.9rem; }
.cookie-table th { font-family:'Outfit',sans-serif; font-size:.75rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:var(--faint); text-align:left; padding:.75rem 1rem; border-bottom:1px solid var(--border); }
.cookie-table td { padding:.85rem 1rem; border-bottom:1px solid var(--border2); color:var(--muted); vertical-align:top; line-height:1.65; }
.cookie-table tr:last-child td { border-bottom:none; }
.cookie-table td:first-child { font-weight:600; color:var(--text); white-space:nowrap; }
.cookie-table tr:hover td { background:var(--glass); }
.badge-essential { display:inline-block; padding:.15rem .5rem; border-radius:.3rem; background:rgba(240,78,35,.12); color:var(--blue2); font-size:.72rem; font-weight:700; letter-spacing:.05em; }
.badge-optional { display:inline-block; padding:.15rem .5rem; border-radius:.3rem; background:rgba(196,59,23,.12); color:#a78bfa; font-size:.72rem; font-weight:700; letter-spacing:.05em; }

@media(max-width:900px) {
  .cookie-table { display:block; overflow-x:auto; }
}
