/* Root Force Stump Estimator CSS */

.stump-estimator {
  font-family: inherit;
  color: #fff;
  }
  
  .stump-estimator .stump-row {
  background: #2b2b2b;
  border: 1px solid #FDAF00;
  padding: 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 12px;
  }
  
  .stump-estimator .stump-row label {
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 140px;
  white-space: nowrap;
  color: #FDAF00;
  font-size: .9em;
  }
  
  .stump-estimator .stump-subtotal {
  flex: 1 1 140px;
  font-weight: bold;
  padding-left: 10px;
  margin-top: auto;
  color: #fff;
  }
  
  .stump-estimator .remove-stump {
  background: #FDAF00;
  border: none;
  color: #000;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  height: 32px;
  align-self: flex-end;
  }
  
  .stump-estimator input,
  .stump-estimator select {
  background: #f9f9f9;
  color: #000;
  border: none;
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 4px;
  }
  
  .stump-estimator input::placeholder {
  color: #999;
  }
  
  .stump-estimator button#add-stump {
  background: #FDAF00;
  color: #000;
  padding: 8px 14px;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  }
  
  .stump-estimator button:hover,
  .stump-estimator .remove-stump:hover {
  filter: brightness(1.1);
  }
  
  #estimate-summary {
  font-size: 1.25rem;
  font-weight: bold;
  color: #000;
  border: 1px solid #FDAF00;
  border-radius: 6px;
  padding: 1em;
  margin-top: 20px;
  background: #FDAF00;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  }
  
  .stump-estimator input:focus,
  .stump-estimator select:focus {
  outline: 2px solid #FDAF00;
  }
  
  .stump-estimator label > input,
  .stump-estimator label > select {
  margin-top: 4px;
  }
  
  .discount-message {
  margin-top: 6px;
  font-size: 13px;
  color: #ccc;
  font-style: italic;
  }
  
  .estimate-original {
  text-decoration: line-through;
  margin-right: 8px;
  color: #999;
  }
  
  .minimum-message {
  color: #555;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  font-style: italic;
  }
  
  .estimate-disclaimer, .discount-policy-message {
  font-size: .8em;
  font-style: italic;
  margin: 4px 0 0 4px;
  }
  
  .confirm-button {
  background: black;
  color: #FDAF00;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
  cursor: pointer;
  transition: 0.3s;
  border: 2px solid #000;
  display: block;
  }
  
  .confirm-button:focus {
  outline: none;
  box-shadow: none;
  }
  
  .discount-label {
  font-style: italic;
  color: #555;
  display: block;
  line-height: 1em;
  font-size: .8em;
  margin-top: 6px;
  }
  
  @media (max-width: 600px) {
    .stump-estimator .stump-row label,
    .stump-estimator .stump-subtotal,
    .stump-estimator .remove-stump {
    flex: 1 1 100%;
    margin-right: 0;
    }
    .stump-estimator label > input,
    .stump-estimator label > select {
    margin-top: 4px;
    margin-bottom: 12px;
    }
    .stump-estimator .remove-stump {
    margin-top: 10px;
    }
    .stump-estimator .stump-row label {
      margin-bottom: 12px;
    }
    .stump-estimator .stump-row {
      gap: 0;
    }
  }
  
  /* Gravity Forms Styles */
  #gravity-form-wrapper .gform_wrapper label {
  color: #fff;
  font-weight: 300;
  }
  
  #gravity-form-wrapper .gfield_required {
  color: #FDAF00;
  font-weight: 300;
  }
  
  #gravity-form-wrapper .gform_wrapper .gfield input,
  #gravity-form-wrapper .gform_wrapper .gfield textarea,
  #gravity-form-wrapper .gform_wrapper .gfield select {
  background-color: #fff;
  color: #000;
  border-color: #333;
  }
  
  #gravity-form-wrapper .gform_wrapper ::placeholder {
  color: #bbb;
  }
  
  #gravity-form-wrapper .gfield_label {
  font-size: 1.2em;
  color: #fff;
  font-weight: 400 !important;
  }
  
  #gravity-form-wrapper .gfield_description {
  color: #fff;
  font-weight: 400 !important;
  }
  
  #gravity-form-wrapper .ginput_complex label,
  #gravity-form-wrapper .gsection_title {
  color: #fff;
  font-weight: 300 !important;
  }
  
  #gravity-form-wrapper .validation_message,
  #gravity-form-wrapper .instruction {
  color: #fff;
  }
  
  #gravity-form-wrapper .gform_wrapper .gform_footer input[type="submit"],
  #gravity-form-wrapper .gform_wrapper .gform_page_footer input[type="submit"] {
  font-size: 1.3em !important;
  text-transform: uppercase !important;
  background-color: #e69c00 !important;
  font-weight: 400 !important;
  font-family: "Roboto", Sans-serif !important;
  color: #000 !important;
  }
  
  #gravity-form-wrapper .gform_wrapper .gform_footer input[type="submit"]:hover,
  #gravity-form-wrapper .gform_wrapper .gform_page_footer input[type="submit"]:hover {
  background-color: #fff !important;
  }
  
  #gravity-form-wrapper .gform_wrapper .gform-field-label {
  color: #fff !important;
  font-weight: 300 !important;
  }
  
  .pre-form-message {
  font-size: 14px;
  color: #fff;
  font-style: italic;
  }
  
  body .gform_wrapper .ginput_container_select select,
  body .gform_wrapper .gform-body .select2-container {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box;
  }
  
  