.wp-block-buttons .wp-block-button__link:hover {
    color: #40583A !important;
    box-shadow: 0 0 0 2px #6DA003;
    background-color: #F2EDE2 !important;
    transition: all 0.2s;
}

.vertical-bottom-link {
    position: absolute;
    bottom: 15px;
    left: 10px;
}

.wp-block-social-link a {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.wp-block-social-links .wp-social-link svg {
    width: 30px;
    height: 30px;
}

.footer-privacy-link a {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 767px) {
    .section-locations {
        margin-top: -50px !important;
    }
}

@media (max-width: 767px) {
    .mobile-aspect-ratio {
        aspect-ratio: 1/1 !important;
    }
    .mobile-swap-orders .wp-block-column:first-child {
        order: 2;
    }
    .mobile-swap-orders .wp-block-column:last-child {
        order: 1;
    }
}