.v001 img.directionsArrow {
    width: 18px;
}

.v001.custom_map_location {
    display: flex;
    gap: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.v001 .map-container-branch {
    height: 400px;
    width: 50%;
    border-radius: 20px 0 0 20px;
    background-size: cover;
    background-position: center;
}

.v001 .details-container {
    width: 50%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.v001 .locationTitleRowBranch {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
    justify-content: center;
    width: 100%;
    align-items: center;
}

.v001 .locationTitleRowBranch h4 {
    font-size: 28px !important;
}

.v001 .contactDivider {
    height: 1px;
    width: 50%;
    background-color: #ccc;
    margin: 20px 0;
}

.v001 .locationDetailsTextBranch {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.v001 .open-now {
    color: green;
    font-weight: bold;
}

.v001 .closed-now {
    color: red;
    font-weight: bold;
}

.v001 .moreDetailsButton {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--e-global-color-secondary) !important;
    color: #fff !important;
    text-align: center;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    width: 280px;
    margin-top: 20px;
}

.v001 .full-width-location-details {
    display: flex;
    gap: 40px;
    font-size: 18px;
    justify-content: space-between;
}

.v001 .custom_full_width_map_location {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.v001 .full-width-map-container {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.v001 .full-width-details-container {
    padding: 20px;
    text-align: center;
}

.v001 .full-width-location-title {
    margin-bottom: 0px;
}

.v001 .locationNameLink {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.v001 a.directionsIcon {
    background-color: var(--e-global-color-secondary);
    width: 35px;
    height: 35px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
}

.v001 .opening-hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.v001 .opening-hours-list li {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.v001 .opening-hours-list li span:first-child {
    width: 30%;
    font-weight: 700;
    font-size: 24px;
    color: #0F9EB5;
}

.v001 .opening-hours-list li span:last-child {
    width: 70%;
    text-align: left;
    font-weight: 700;
    font-size: 24px;
    text-transform: lowercase;
}

.v001 .full-width-phone-number {
    display: flex;
    align-items: center;
}

.v001 .full-width-open-status {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.v001 .full-width-location-title {
    margin-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 768px) {
    .v001.custom_map_location {
        flex-direction: column;
    }

    .v001 .map-container-branch,
    .v001 .details-container {
        height: 300px;
        width: 100%;
        border-radius: 20px 20px 0 0;
    }

    .v001 .full-width-map-container {
        height: 300px;
    }

    .v001 .full-width-location-title {
        font-size: 20px;
    }

    .v001 .full-width-location-details {
        flex-direction: column;
        gap: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .v001 .full-width-location-details {
        display: flex;
        gap: 40px;
        font-size: 18px;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
}

.v001 .viewButton {
    position: absolute;
    bottom: 16px;
    left: 50%;
    display: flex;
    width: 141px;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 40px;
    background: var(--e-global-color-primary, #B79654);
    box-shadow: 57px 80px 27px 0px rgba(0, 0, 0, 0.00), 36px 51px 25px 0px rgba(0, 0, 0, 0.01), 20px 29px 21px 0px rgba(0, 0, 0, 0.05), 9px 13px 16px 0px rgba(0, 0, 0, 0.05), 2px 3px 9px 0px rgba(0, 0, 0, 0.05);
    border: none;
    color: white;
    transform: translateX(-50%);
}

.v001 .viewButton:hover, 
.v001 .viewButton:active, 
.v001 .viewButton:focus {
    filter: brightness(0.7);
}
