.belen-otl-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 15, 15, 0.45);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.belen-otl-overlay.is-visible {
  display: flex;
}

.belen-otl-modal {
  position: relative;
  width: calc(100% - 32px);
  max-width: 360px;
  background: #fff;
  color: #111;
  padding: 18px 18px 16px;
  border-radius: 12px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  text-align: center;
}

.belen-otl-title {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 600;
}

.belen-otl-content {
  margin-bottom: 16px;
}

.belen-otl-content .nsl-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.belen-otl-content .nsl-button {
  margin-left: auto;
  margin-right: auto;
}

.belen-otl-close {
  position: absolute;
  top: 6px;
  right: 8px;
  border: 0;
  background: transparent;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

@media (min-width: 768px) {
  .belen-otl-overlay.is-visible {
    align-items: flex-start;
    justify-content: flex-end;
    padding: 24px;
  }
}
