/* Wilson-specific accessibility correction for light county cards. */
.county-box--surface .county-box__town,
.county-box--surface .county-box__city {
  color:#090909!important;
  background:rgba(9,9,9,.08)!important;
  border-color:rgba(9,9,9,.25)!important;
}

/* Authorized pending-webhook notice; existing design preserved. */
.pending-notice{padding:1.5rem;border:3px solid #4B5043;background:#FFFFFC;color:#090909;margin:1.5rem 0}.pending-notice h2{color:#090909}.pending-notice a{color:#090909;text-decoration:underline;font-weight:700}form[data-pending-quote-form] fieldset{border:0;padding:0;margin:0;min-width:0}form[data-pending-quote-form] legend{font-weight:700;margin-bottom:1rem}form[data-pending-quote-form] :disabled{opacity:1;color:#4B5043!important;background:#FFFFFC;cursor:not-allowed}
