#full_order_oil select {
  border: 1px solid #909090;
  background: #fafafa url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.56564 7.43101L0.251573 2.11692C-0.0047198 1.86063 -0.00471978 1.44511 0.251574 1.18884L0.871374 0.569044C1.12723 0.313188 1.5419 0.312696 1.79836 0.56795L6.02969 4.77946L10.261 0.567951C10.5175 0.312697 10.9321 0.313189 11.188 0.569044L11.8078 1.18885C12.0641 1.44514 12.0641 1.86065 11.8078 2.11692L6.49371 7.43099C6.23745 7.68728 5.82193 7.68728 5.56564 7.43101Z" fill="black"/> </svg>') no-repeat center right 15px ;
}

/* Per-sub-field validation errors on composite Address fields
   (injected server-side by oil_order_render_sub_field_errors). */
.oil-sub-field-error input {
	border-color: #c02b0a;
}

.oil-sub-error-message {
	display: block;
	margin-top: 5px;
	color: #c02b0a;
	font-size: 0.9em;
}

.back_to_step_1:focus, .back_to_step_2:focus {
  outline: none !important; /* Remove custom focus outline */
}

.back_to_step_1:focus-visible, .back_to_step_2:focus-visible {
  outline: revert !important ; /* Revert to default focus styling for better accessibility */
}

/* Quick Quote */
#quick-quote-form-mobile {
  /*background: rgba(171, 163, 157, .8);
  border-radius: 16px;*/
  width: 100%;
  padding: 20px 0px;
}

#quick-quote-form-mobile .gform_description {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
  text-align: center;
}

#quick-quote-form-mobile select {
  border-radius: 10px;
  margin-bottom: 5px;
  padding: 8px 16px;
  height: 50px;
  font-size: 16px;
  border: 0 none;
  background: #fff url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M5.56564 7.43101L0.251573 2.11692C-0.0047198 1.86063 -0.00471978 1.44511 0.251574 1.18884L0.871374 0.569044C1.12723 0.313188 1.5419 0.312696 1.79836 0.56795L6.02969 4.77946L10.261 0.567951C10.5175 0.312697 10.9321 0.313189 11.188 0.569044L11.8078 1.18885C12.0641 1.44514 12.0641 1.86065 11.8078 2.11692L6.49371 7.43099C6.23745 7.68728 5.82193 7.68728 5.56564 7.43101Z" fill="black"/> </svg>') no-repeat center right 15px;
}

#quick-quote-form-mobile .gform_button {
  background-color: #000 !important;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  padding: 10px 30px;
  margin: 16px auto 0;
  width: 100%;
  font-size: 16px;
}

#quick-quote-form-mobile .gform-theme--foundation .gform_fields {
  row-gap: 10px;
}

#quick-quote-form-mobile .gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
  margin-top: 0px;
}