/* Hillside Farms — accessibility fixes (2026-09-06) */
/* Buttons: was #2ea3f2 on white = 2.74:1 contrast (WCAG AA fail). Darkened to #1d7bd8 = 4.56:1. */
a.et_pb_button,
.et_pb_button {
  color: #1d7bd8;
}
a.et_pb_button:hover,
.et_pb_button:hover {
  color: #1668bc;
}
/* Divi icon-font accent (search icon, hovers) — same contrast fix */
#et_search_icon:hover,
.et-social-icon a:hover {
  color: #1d7bd8;
}
.et-search-form,
blockquote {
  border-color: #1d7bd8;
}
