.nara_alert_msg .nara-user-alert-message {
  background-image: none !important;
  border-radius: 0;
  padding: 1rem 3rem;
}
.nara_alert_msg .nara-user-alert-message h3 {
  font-family: var(--font-sans);
  font-size: 16px;
  font-weight: 700;
  margin-block: var(--spacing-xxs);
  color: #112F4E;
}
.nara_alert_msg .nara-user-alert-message p {
  color: #112F4E;
  font-size: 14px;
  margin-block: var(--spacing-xxxs);
}
.nara_alert_msg .nara-user-alert-message p + p {
  margin-top: var(--spacing-xxxs);
}
.nara_alert_msg .alert-danger .nara-user-alert-message {
  border: 1px solid #e31c3d;
}
.nara_alert_msg .alert-warning .nara-user-alert-message {
  border: 1px solid #fdb81e;
}
.nara_alert_msg .alert-info .nara-user-alert-message {
  border: 1px solid #58B4FF;
}
.nara_alert_msg .alert-info:after {
  background-color: #58B4FF;
}
.nara_alert_msg .alert-info .nara-user-alert-message {
  background-color: #E8F5FF;
}
.nara_alert_msg .close_alert {
  padding: 1.25rem 1rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.nara_alert_msg .close_alert button {
  background-color: transparent;
  border: 0;
  color: var(--gray-scale-caption);
  cursor: pointer;
  font-size: 26px;
}
.nara_alert_msg .close_alert button:hover {
  color: #000000;
}
/*# sourceMappingURL=museum_alerts.css.map */
