.ebp-manual-coupon {
  margin: 12px 0 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ebp-manual-coupon__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 600;
}

.ebp-manual-coupon__form {
  display: grid;
  gap: 8px;
}

.ebp-manual-coupon__input {
  width: 100%;
  height: 40px;
  padding: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.2;
}

.ebp-manual-coupon__button.button {
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 640px) {
  .ebp-manual-coupon__form {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .ebp-manual-coupon__button.button {
    white-space: nowrap;
  }
}
