.acnudh-promo-popup .modal-dialog {
  max-width: min(1080px, calc(100vw - 2rem));
}

.acnudh-promo-popup .modal-content {
  border: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.22);
  background: #ffffff;
}

.acnudh-promo-popup__close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #272727;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  z-index: 3;
}

.acnudh-promo-popup__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.acnudh-promo-popup__layout--with-image {
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
}

.acnudh-promo-popup__content {
  padding: 2rem 2rem 2.25rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.acnudh-promo-popup__title {
  margin: 0 0 1rem;
  font-family: "Jost", sans-serif;
  font-size: clamp(1.9rem, 2vw, 2.6rem);
  line-height: 1.06;
  font-weight: 700;
  color: #272727;
}

.acnudh-promo-popup__body {
  color: #272727;
  font-size: 1rem;
}

.acnudh-promo-popup__body > *:last-child {
  margin-bottom: 0;
}

.acnudh-promo-popup__body a {
  color: var(--bs-primary);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.acnudh-promo-popup__body a:hover,
.acnudh-promo-popup__body a:focus {
  border-bottom-color: currentColor;
}

.acnudh-promo-popup__actions {
  margin-top: 1.5rem;
}

.acnudh-promo-popup__media {
  margin: 0;
  min-height: 100%;
  background: #f5f5f1;
}

.acnudh-promo-popup__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .acnudh-promo-popup__layout--with-image {
    grid-template-columns: minmax(0, 1fr);
  }

  .acnudh-promo-popup__media {
    max-height: 340px;
  }
}

@media (max-width: 575.98px) {
  .acnudh-promo-popup .modal-dialog {
    max-width: calc(100vw - 1rem);
    margin: 0.5rem auto;
  }

  .acnudh-promo-popup__content {
    padding: 1.35rem 1rem 1.5rem;
  }

  .acnudh-promo-popup__title {
    font-size: 1.6rem;
  }
}
