.modal-backdrop {
  z-index: unset;
}

.modal-content {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(12px);
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  color: #f4bb47;
  font-weight: 600;
}

.modal-content h2 {
  color: #f4bb47;
  font-weight: 700;
  font-family: MetropolisBold, sans-serif;
  text-shadow:
    0 0 8px rgba(0, 0, 0, 0.9),
    0 0 16px rgba(0, 0, 0, 0.7),
    1px 1px 2px rgba(0, 0, 0, 1);
}

.link-dark,
.text-dark,
.text-dark a,
.text-muted {
  color: #f4bb47 !important;
  text-decoration: none;
  font-weight: 700;
}

a {
  text-decoration: none !important;
}
