.cookie-page section{
  border-bottom:1px solid var(--color-border-soft);
}

.cookie-hero__inner{
  max-width:640px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
  padding-bottom:var(--space-3);
  border-bottom:2px solid var(--color-accent-gold);
}

.cookie-text-block{
  max-width:720px;
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
}

.cookie-types{
  max-width:700px;
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

.cookie-type{
  display:flex;
  flex-direction:column;
  gap:var(--space-1);
  padding-bottom:var(--space-2);
  border-bottom:1px solid var(--color-accent-gold);
}

.cookie-type:last-child{
  border-bottom:none;
}

.cookie-usage{
  max-width:720px;
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
}

.usage-block{
  display:flex;
  flex-direction:column;
  gap:var(--space-1);
}

.cookie-consent{
  max-width:680px;
  background:rgba(123,49,71,0.06);
  border:1px solid var(--color-accent-burgundy);
  padding:var(--space-3);
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
}

.cookie-browser{
  max-width:720px;
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
}

.cookie-closing{
  max-width:600px;
  margin-inline:auto;
  text-align:center;
  display:flex;
  flex-direction:column;
  gap:var(--space-2);
  padding-top:var(--space-2);
  border-top:2px solid var(--color-accent-gold);
}

@media (max-width:768px){
  .cookie-hero__inner{
    padding-bottom:var(--space-2);
  }
}
