/* Add custom CSS styles below */ 
/* map branches */
.aali-map-branches-btns-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.2rem;
    flex-wrap: wrap;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn {
    margin-bottom: 0.8rem;
}

.aali-map-branches-btns-wrapper .aali-map-branches-btn.active button {
    background-color: var(--custom-color1);
   border-color: var(--custom-color1);
    color: var(--custom-color2);
}

@media only screen and (max-width: 430px) {
    .aali-map-branches-btns-wrapper .aali-map-branches-btn button {
        min-width: 130px;
    }
}