/* ==========================================================================
   CHBS Service Area Restriction — Frontend Styles
   ========================================================================== */

/* Error message shown below a rejected location field */
.chbs-sar-location-error {
    display: block;
    margin-top: 4px;
    padding: 6px 10px;
    background: #fef2f2;
    border: 1px solid #f87171;
    border-radius: 4px;
    color: #b91c1c;
    font-size: 13px;
    line-height: 1.4;
}

/* Highlight the invalid input */
.chbs-sar-invalid,
input.chbs-sar-invalid {
    border-color: #f87171 !important;
    box-shadow: 0 0 0 2px rgba(248, 113, 113, 0.25) !important;
}
