/* ── Modal headers ── */
.modal-hdr {
  background: var(--brand-deep);
  border-bottom: none !important;
}

.modal-hdr span {
  color: #fff !important;
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: 16px !important;
}

.modal-hdr button {
  color: rgba(255, 255, 255, 0.5) !important;
}

.modal-hdr button:hover {
  color: #fff !important;
}
