.cookies-page{}

.cookies-hero .cookies-text-block{
max-width:780px;
margin-inline:auto;
}

.cookies-disclaimer{
margin-top:var(--space-4);
padding:var(--space-4);
}

.cookies-section .cookies-narrow{
max-width:720px;
}

.cookies-section .cookies-medium{
max-width:820px;
}

.cookies-section h2{
margin-bottom:var(--space-4);
}

.cookies-category{
margin-top:var(--space-4);
padding-top:var(--space-3);
border-top:1px solid var(--color-border-subtle);
}

.cookies-category h3{
margin-bottom:var(--space-2);
}

.cookies-section{
border-top:1px solid rgba(169,154,139,0.2);
}

.cookies-section:first-of-type{
border-top:none;
}

@media (max-width:768px){
.cookies-hero .cookies-text-block{
max-width:100%;
}
.cookies-section .cookies-narrow,
.cookies-section .cookies-medium{
max-width:100%;
}
}
