.preg-calc-wrap { max-width: 620px; font-family: inherit; }
.preg-calc-wrap label { font-weight: bold; display: block; margin-bottom: 10px; color: #1e1e1e; }

.preg-calc-inputs select {
  width: 100%;
  padding: 10px 14px;
  border: 2px solid #ff6237;
  border-radius: 6px;
  font-size: 1rem;
  background-color: #fff9e5;
  color: #1e1e1e;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23ff6237' d='M6 8L0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  box-sizing: border-box;
}
.preg-calc-inputs select:focus {
  outline: none;
  border-color: #ff803d;
  box-shadow: 0 0 0 3px #ffd8cc;
}

#preg-result {
  color: #ff6237 !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-top: 12px;
}
#preg-error {
  color: #ff6237 !important;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  margin-top: 12px;
}