.discount-entry {
  margin: 18px 0 14px;
  padding: 16px;
  border: 1px solid #dce6dd;
  border-radius: 8px;
  background: #f7faf7;
}
.discount-entry label {
  display: block;
  margin-bottom: 8px;
  color: #173b31;
  font-size: 13px;
  font-weight: 700;
}
.discount-entry-row {
  display: flex;
  gap: 8px;
}
.discount-entry-row input {
  min-width: 0;
  flex: 1;
  padding: 11px 12px;
  border: 1px solid #b7c9bd;
  border-radius: 5px;
  background: #fff;
  color: #173b31;
  font: inherit;
}
.discount-entry-row input:focus-visible {
  outline: 2px solid #2f6d55;
  outline-offset: 2px;
}
.discount-entry-row button {
  min-width: 78px;
  padding: 10px 13px;
  white-space: nowrap;
}
.discount-entry > .link-button {
  margin-top: 9px;
  color: #2f6d55;
  font-size: 12px;
}
.discount-entry .checkout-error { margin: 10px 0 0; }
@media (max-width: 400px) {
  .discount-entry { padding: 12px; }
  .discount-entry-row { gap: 6px; }
  .discount-entry-row button { min-width: 66px; padding-inline: 9px; }
}
