﻿.mhg-footer.mhg-worldwide-service-widget,
.mhg-footer.mhg-worldwide-service-widget * {
    box-sizing: border-box;
}

.mhg-footer.mhg-worldwide-service-widget {
    width: 100%;
    padding: 60px 24px 32px;
    background: #000;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

    .mhg-footer.mhg-worldwide-service-widget .footer-worldwide {
        width: 100%;
        max-width: 1120px;
        margin: 0 auto;
    }

    .mhg-footer.mhg-worldwide-service-widget h4 {
        margin: 0 0 18px;
        color: #fff;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.3;
    }

    .mhg-footer.mhg-worldwide-service-widget .footer-worldwide-intro {
        margin: 0 0 23px;
        color: #fff;
        font-size: 16px;
        line-height: 1.5;
    }

    .mhg-footer.mhg-worldwide-service-widget .worldwide-grid {
        display: block;
        margin: 0;
        column-count: 3;
        column-gap: 28px;
        column-fill: balance;
    }

        .mhg-footer.mhg-worldwide-service-widget
        .worldwide-grid
        .worldwide-phone-row {
            display: flex;
            width: 100%;
            min-height: 45px;
            margin: 0;
            padding: 0;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            break-inside: avoid;
            -webkit-column-break-inside: avoid;
            border-bottom: 1px solid #292929;
            color: #fff;
            font-size: 16px;
            line-height: 1.25;
        }

    .mhg-footer.mhg-worldwide-service-widget .country {
        min-width: 0;
        padding-right: 0;
        color: #fff;
        white-space: nowrap;
    }

    .mhg-footer.mhg-worldwide-service-widget .phone,
    .mhg-footer.mhg-worldwide-service-widget .phone:link,
    .mhg-footer.mhg-worldwide-service-widget .phone:visited {
        flex: 0 0 auto;
        margin-left: auto;
        color: #fff;
        text-align: right;
        text-decoration: none;
        white-space: nowrap;
    }

        .mhg-footer.mhg-worldwide-service-widget .phone:hover {
            color: #fff;
            text-decoration: underline;
        }

        .mhg-footer.mhg-worldwide-service-widget .phone:focus-visible {
            border-radius: 2px;
            outline: 2px solid #fff;
            outline-offset: 3px;
        }

    .mhg-footer.mhg-worldwide-service-widget hr {
        width: 100%;
        max-width: none;
        margin: 44px 0 0;
        border: 0;
        border-top: 1px solid #333;
        opacity: 1;
    }

@media (max-width: 991.98px) {
    .mhg-footer.mhg-worldwide-service-widget .worldwide-grid {
        column-count: 2;
    }
}

@media (max-width: 575.98px) {
    .mhg-footer.mhg-worldwide-service-widget {
        padding: 48px 20px 24px;
    }

        .mhg-footer.mhg-worldwide-service-widget .worldwide-grid {
            column-count: 1;
        }

        .mhg-footer.mhg-worldwide-service-widget .footer-worldwide-intro {
            margin-bottom: 20px;
        }

        .mhg-footer.mhg-worldwide-service-widget .country {
            white-space: normal;
        }

        .mhg-footer.mhg-worldwide-service-widget hr {
            margin-top: 32px;
        }
}
