.bonodays15-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.58);
}

.bonodays15-modal {
  position: relative;
  width: min(560px, 100%);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0;
  border-radius: 8px;
  background: #000000;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.28);
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
}

.bonodays15-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.72);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
}

.bonodays15-visual,
.bonodays15-visual picture {
  display: block;
  width: 100%;
}

.bonodays15-promo-image {
  display: block;
  width: 100%;
  max-height: calc(100vh - 110px);
  object-fit: contain;
  background: #000000;
}

.bonodays15-copy {
  width: calc(100% - 24px);
  min-height: 50px;
  margin: 12px;
  border: 0;
  border-radius: 6px;
  background: #a84018;
  color: #ffffff;
  font-family: "Bebas Neue", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  cursor: pointer;
}

.bonodays15-copy:hover,
.bonodays15-copy:focus {
  background: #873313;
}

@media (max-width: 420px) {
  .bonodays15-overlay {
    padding: 12px;
  }

  .bonodays15-modal {
    width: min(360px, 100%);
    max-height: calc(100vh - 24px);
  }

  .bonodays15-promo-image {
    max-height: calc(100vh - 98px);
  }

  .bonodays15-copy {
    min-height: 48px;
    font-size: 20px;
  }
}
