.cookie-overlay{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(0,0,0,.55);
}

.cookie-modal{
  width: min(560px, 100%);
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2.5rem rgba(0,0,0,.25);
  overflow: hidden;
}

.cookie-modal-body{
  padding: 1.25rem 1.25rem 1rem 1.25rem;
}

.cookie-title{
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 .5rem 0;
}

.cookie-text{
  color: rgba(0,0,0,.72);
  margin: 0 0 .75rem 0;
  line-height: 1.6;
}

.cookie-modal-actions{
  display: flex;
  justify-content: flex-end;
  gap: .5rem;
  padding: .9rem 1.25rem 1.1rem 1.25rem;
  border-top: 1px solid rgba(0,0,0,.08);
}

.cookie-modal a{
  text-decoration: underline;
}
