/* Estimate form file upload */

.estimate-form input[type="file"] {
  padding: 14px;
  cursor: pointer;
  color: rgba(255,255,255,.78);
}

.estimate-form input[type="file"]::file-selector-button {
  margin-right: 14px;
  border: 1px solid rgba(248,9,6,.55);
  background: #F80906;
  color: #FFFFFF;
  padding: 10px 14px;
  font: inherit;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.form-help {
  display: block;
  margin-top: -2px;
  color: rgba(184,184,184,.78);
  font-size: 12px;
  line-height: 1.45;
  letter-spacing: .04em;
  text-transform: none;
}

.estimate-form input[type="file"] {
  width: 100%;
  border: 1px dashed rgba(248,9,6,.45);
  background: rgba(255,255,255,.035);
}

.estimate-form input[type="file"]:focus-visible {
  outline: 2px solid #F80906;
  outline-offset: 2px;
}

@media (max-width: 640px) {
  .estimate-form input,
  .estimate-form select,
  .estimate-form textarea,
  .estimate-form input[type="file"] {
    font-size: 16px;
  }

  .estimate-form input[type="file"]::file-selector-button {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
  }
}
