/* FX Nearest Service Area Styles */

.fx-nearest-service-area {
    display: inline-block;
    font-family: inherit;
}

.fx-nsa-loading {
    color: #666;
    font-style: italic;
}

.fx-nsa-content {
    font-weight: normal;
}

.fx-nsa-content a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
}

.fx-nsa-content a:hover {
    text-decoration: none;
    border-bottom-style: dotted;
}

.fx-nsa-error {
    color: #d32f2f;
    font-size: 0.9em;
}