.elementor-4228 .elementor-element.elementor-element-54d9b0c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-4228 .elementor-element.elementor-element-54d9b0c{--content-width:1280px;}}@media(max-width:1366px) and (min-width:768px){.elementor-4228 .elementor-element.elementor-element-54d9b0c{--content-width:95%;}}/* Start custom CSS for container, class: .elementor-element-54d9b0c */.business-locations-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 15px;
}

.business-locations-wrapper h2 {
    margin-bottom: 20px;
}

.business-locations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 12px;
}

.business-location-card {
    display: block;
    background: #fff;
    border: 1px solid #dfe3ea;
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    color: #1a0dab;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0,0,0,.05);
}

.business-location-card:hover {
    background: #f1f5f9;
}/* End custom CSS */