/* Life Horoscope — footer 4-column layout */

.page_footer .footer-wrapper.mk-grid .mk-padding-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(20px, 2.5vw, 36px);
    text-align: left;
    align-items: start;
}

.page_footer .footer-wrapper.mk-grid .mk-col-1-4,
.page_footer .footer-wrapper.mk-grid .lh-footer-col {
    width: 100% !important;
    float: none !important;
    max-width: none !important;
    min-width: 0;
}

.page_footer .footer-wrapper .lh-footer-block + .lh-footer-block {
    margin-top: 22px;
}

.page_footer .footer-wrapper .widgettitle {
    color: #ffffff !important;
    font-size: clamp(15px, 1.4vw, 17px) !important;
    font-weight: 700 !important;
    margin: 0 0 14px !important;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.page_footer .footer-wrapper .textwidget p,
.page_footer .footer-wrapper .textwidget a {
    color: #ffffff !important;
    font-size: 14px;
    line-height: 1.65;
}

.page_footer .footer-wrapper .textwidget a:hover {
    color: #d4af37 !important;
}

.page_footer .footer-wrapper .lh-footer-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin: 0 0 4px !important;
}

.page_footer .footer-wrapper .lh-footer-social a {
    display: inline-flex;
    line-height: 0;
}

.page_footer .footer-wrapper .lh-footer-social img {
    display: block;
    width: 29px;
    height: 29px;
    border-radius: 4px;
}

.page_footer .footer-wrapper .menu-important-links .menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.page_footer .footer-wrapper .menu-important-links .menu li {
    margin: 0 0 8px;
    padding: 0;
    background: transparent !important;
}

.page_footer .footer-wrapper .menu-important-links .menu li a {
    color: #ffffff !important;
    font-size: 14px;
    text-transform: capitalize;
    text-decoration: none;
}

.page_footer .footer-wrapper .menu-important-links .menu li a:hover {
    color: #d4af37 !important;
}

.page_footer .footer-wrapper .ftr_map iframe {
    width: 100%;
    min-height: 150px;
    border: 0;
    border-radius: 8px;
}

.page_footer .lh-map-facade {
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(212, 175, 55, 0.25);
}

.page_footer .lh-map-facade__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid #d4af37;
    background: #d4af37;
    color: #000b1e;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    cursor: pointer;
}

.page_footer .lh-map-facade__btn:hover,
.page_footer .lh-map-facade__btn:focus-visible {
    background: transparent;
    color: #fff;
    outline: none;
}

.page_footer .footer_container > .cws-widget + .cws-widget {
    display: none !important;
}

.page_footer .footer_container.col-1 {
    max-width: 100%;
}

.page_footer .container {
    width: min(1370px, 100%);
    max-width: 100%;
}

@media (max-width: 1199px) {
    .page_footer .footer-wrapper.mk-grid .mk-padding-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 24px;
    }
}

@media (max-width: 640px) {
    .page_footer .footer-wrapper.mk-grid .mk-padding-wrapper {
        grid-template-columns: 1fr;
        gap: 28px;
    }
}
