/* WCAG AA contrast fixes for store locator plugin */
html body label[for="auto-complete-search"].mb-2 {
    color: #111111 !important;
}

html body .asl-print-btn,
html body .asl-print-btn span {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

html body a.btn.btn-asl.s-direction,
html body .sl-act-btns a.btn.btn-asl.s-direction,
html body li[data-id] .sl-act-btns.mt-3 a.btn.btn-asl.s-direction {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

html body a.btn.btn-asl.s-direction:hover,
html body a.btn.btn-asl.s-direction:focus,
html body .asl-print-btn:hover,
html body .asl-print-btn:focus {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}
