/* Location Search Styling */

.postal-code-field .field-title {
    color: #333;
    font-weight: 600;
    font-size: 1.1rem;
}

.postal-code-field .field-title i {
    color: #b52d18;
}

.location-search-btn {
    background: #b52d18 !important;
    border-color: #b52d18 !important;
    border-radius: 8px;
    padding: 12px 24px;
    font-weight: 600;
}

.location-search-btn:hover {
    background: #992514 !important;
    border-color: #992514 !important;
}

.location-search-btn:focus {
    background: #b52d18 !important;
    border-color: #b52d18 !important;
    box-shadow: 0 0 0 0.2rem rgba(181, 45, 24, 0.25);
}
