.cookie-breadcrumb{font-size:var(--text-xs);color:var(--color-text-muted);margin-bottom:var(--space-4);display:flex;flex-wrap:wrap;gap:0.35rem}.cookie-breadcrumb ol{display:flex;flex-wrap:wrap;gap:0.35rem;align-items:center}.cookie-breadcrumb li+li::before{content:"/";margin:0 0.25rem;color:var(--color-text-muted)}.cookie-breadcrumb a{color:var(--color-accent-blue)}.cookie-section{margin-bottom:var(--space-8)}.cookie-section h2{margin-bottom:var(--space-3)}.cookie-types-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-4);margin-top:var(--space-4)}.cookie-type-card h3{font-size:var(--text-lg);margin-bottom:var(--space-2)}.cookie-section-last{margin-bottom:var(--space-4)}@media (max-width:992px){.cookie-types-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.cookie-types-grid{grid-template-columns:minmax(0,1fr)}}