.dtp-banner-offer-strip {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  margin: 0 0 28px;
  padding: 10px 12px 10px 10px;
  border: var(--dtp-banner-offer-strip-border, 1px solid rgba(255, 255, 255, 0.45));
  border-radius: 999px;
  background-color: var(--dtp-banner-offer-strip-bg, rgba(0, 0, 0, 0.36));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  color: #fff;
  gap: 12px;
  backdrop-filter: blur(10px);
}

.dtp-banner-offer-media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 48px;
  flex: 0 0 78px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  overflow: hidden;
}

.dtp-banner-offer-media img {
  display: block;
  max-width: 68px;
  max-height: 40px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dtp-banner-offer-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  line-height: 1.2;
}

.dtp-banner-offer-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
}

.dtp-banner-promo-kicker {
  display: block;
  margin-bottom: 3px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.dtp-banner-offer-link,
.dtp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #111 !important;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
}

.dtp-banner-offer-link {
  flex: 0 0 auto;
}

.dtp-banner-offer-link:hover,
.dtp-banner-offer-link:focus,
.dtp-btn:hover,
.dtp-btn:focus {
  color: #111 !important;
  text-decoration: none;
}

.dtp-auto-insert--bottom .dtp-banner-offer-strip {
  margin-top: 24px;
}

.dtp-promo {
  padding: 40px 0;
}

.dtp-promo-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}

.dtp-happy-ready-box {
  position: relative;
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  overflow: hidden;
}

.dtp-happy-ready-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}

.dtp-promo-box-wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px 72px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.dtp-promo-box-wrapper--fallback {
  justify-content: center;
  text-align: center;
}

.dtp-promo-badge {
  flex: 0 0 auto;
}

.dtp-promo-badge img {
  display: block;
  max-width: 300px;
  height: auto;
}

.dtp-promo-text {
  flex: 1 1 auto;
}

.dtp-promo-text h2,
.dtp-promo-text h3,
.dtp-non-promo-text h4,
.dtp-non-promo-text h5 {
  color: #fff;
}

.dtp-promo-text h2 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 34px);
}

.dtp-promo-text h3 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.5vw, 26px);
}

.dtp-promo-text .dtp-btn,
.dtp-non-promo-text .dtp-btn {
  margin: 6px 8px 0 0;
}

.dtp-off-promo-box {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  font-weight: 800;
  text-transform: uppercase;
}

.dtp-non-promo-text h4 {
  margin: 0 0 8px;
  font-size: clamp(24px, 2vw, 34px);
}

.dtp-non-promo-text h5 {
  margin: 0 0 16px;
  font-size: clamp(18px, 1.5vw, 24px);
}

.dtp-modal {
  display: none;
  position: fixed;
  z-index: 10000;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.dtp-modal[aria-hidden="false"] {
  display: block;
}

.dtp-modal-content {
  position: relative;
  width: min(920px, calc(100% - 32px));
  margin: 8vh auto;
  padding: 26px;
  border: 1px solid #888;
  border-radius: 10px;
  background: #fefefe;
  color: #111;
}

.dtp-promo-modal-close {
  position: absolute;
  top: 10px;
  right: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #777;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.dtp-promo-modal-close:hover,
.dtp-promo-modal-close:focus {
  color: #111;
}

.dtp-promo-modal-grid {
  display: grid;
  grid-template-columns: minmax(220px, 40%) 1fr;
  gap: 26px;
  align-items: center;
}

.dtp-promo-modal-graphic {
  display: flex;
  min-height: 260px;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 8px;
  background: #f5f5f5;
}

.dtp-promo-modal-graphic img {
  display: block;
  max-width: 100%;
  max-height: 360px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dtp-promo-modal-rules h3 {
  margin: 0 0 10px;
}

.dtp-promo-modal-rules h5 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.dtp-mice-type {
  font-size: 0.9rem;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .dtp-banner-offer-strip {
    display: flex;
    width: 100%;
    max-width: 430px;
    margin: 0 auto 22px;
    padding: 10px;
    border-radius: 12px;
    justify-content: flex-start;
    text-align: left;
  }

  .dtp-banner-offer-link {
    margin-left: auto;
    white-space: nowrap;
  }

  .dtp-banner-offer-copy strong {
    font-size: 14px;
  }

  .dtp-promo-box-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 24px;
    text-align: center;
  }

  .dtp-promo-badge img {
    max-width: min(300px, 100%);
  }

  .dtp-off-promo-box {
    margin-top: 8px;
  }
}

@media (max-width: 575px) {
  .dtp-banner-offer-strip {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .dtp-banner-offer-link {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }

  .dtp-modal-content {
    width: calc(100% - 24px);
    padding: 18px;
  }

  .dtp-promo-modal-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .dtp-promo-modal-graphic {
    min-height: 180px;
    padding: 14px;
  }
}
