/* style the radio buttons from ajax response */

form#freightcom-rate-results table tbody.rate-results-wrapper input[type="radio"],
form#freightcom-rate-results table tbody.rate-results-wrapper input[type="radio"]:checked {
  opacity: 1 !important;
  pointer-events: all !important;
}
._custom-select {
  display: block !important;
}
.wpcfc-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
}
form#freight-request-form table input[type="checkbox"]{
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  width: 35px !important;
  height: 35px !important;
  margin: unset !important;
}
form#freight-request-form table td:has(input[type="checkbox"]) {
  vertical-align: top !important;
  text-align: center !important;
}