.promocode-modal__open {
  background-color: #1b1f3b;
  color: #fff;
  padding: 0.75rem 1.25rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
}

.promocode-modal__backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 1rem;
}

.promocode-modal__backdrop.is-open {
  display: flex;
}

.promocode-modal {
  background: #fff;
  border-radius: 8px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 1.5rem;
}

.promocode-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
}

.promocode-modal__subtitle {
  color: #4a4a4a;
  margin-bottom: 1rem;
}

.promocode-modal__label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.promocode-modal__input-group {
  display: flex;
  gap: 0.5rem;
}

.promocode-modal__input {
  flex: 1;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}

.promocode-modal__submit {
  background-color: #f27221;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 0.75rem 1rem;
  cursor: pointer;
  min-width: 110px;
}

.promocode-modal__error {
  color: #b3261e;
  background: #fdecea;
  border: 1px solid #f5c2c0;
  border-radius: 4px;
  padding: 0.75rem;
  margin-bottom: 0.75rem;
}

.promocode-modal__selection {
  margin: 0 0 0.75rem 0;
}

.promocode-modal__select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.mt-3 {
  margin-top: 1rem;
}

.d-none {
  display: none;
}
