.cookie-page{}

.cookie-hero__inner{
  max-width:720px;
  margin-inline:auto;
}

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

.cookie-wide{
  max-width:900px;
  margin-inline:auto;
}

.cookie-cards h2{
  margin-bottom:var(--space-4);
}

.cookie-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:var(--space-4);
}

.cookie-card{
  display:flex;
  flex-direction:column;
  gap:var(--space-3);
  min-width:0;
}

@media (max-width:900px){
  .cookie-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:600px){
  .cookie-hero__inner,
  .cookie-section .cookie-narrow,
  .cookie-wide{
    max-width:100%;
  }

  .cookie-grid{
    grid-template-columns:1fr;
  }
}

/* Editorial refresh */
.cookie-hero{background:#e7b64b}.cookie-hero__inner{max-width:950px;margin:0}.cookie-section .cookie-narrow{max-width:820px}.cookie-wide{max-width:1100px}.cookie-grid{gap:1rem}.cookie-card{min-height:280px}.cookie-cards{background:#172d32!important;color:#f7f1e8}.cookie-cards h2{margin-bottom:2.5rem}.cookie-cards .cookie-card{color:#172d32}.cookie-page>section:nth-last-child(2){background:#e9ded2!important}.cookie-page>section:last-child{background:#b8674e;color:#fff}
