.mss-discount-section__form select {
  width: 100%;
  height: 48px;
  border: 1px solid #d0d5dd;
  border-radius: 12px;
  background: #fff;
  padding: 0 14px;
  color: #101828;
  outline: none;
}

.mss-discount-section__form select:focus {
  border-color: #0a7d55;
  box-shadow: 0 0 0 3px rgba(10, 125, 85, 0.12);
}

.mss-discount-section__branch {
  grid-column: 1 / -1;
}

.mss-discount-section__map {
  color: #087a53;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.mss-discount-section__map:hover {
  text-decoration: underline;
}

.mss-discount-section__map[hidden] {
  display: none;
}
