.footer-box {
    background-color: #0B0914;
    width: 100%;
}
.footer-muted-text {
    color: #948AA3;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
}

.footer-outer {
    align-self: stretch;
    max-width: 1160px;
    height: 160px;
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 0 auto;
}

.footer-left {
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    display: flex;
}

.footer-right {
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    display: flex;
}

.footer-links {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
}

.footer-links a:hover {
    color: #F160B1;
}

.footer-contact {
    justify-content: center;
    align-items: center;
    gap: 12px;
    display: flex;
}

.footer-contact-line {
    justify-content: center;
    display: flex;
    flex-direction: column;
    color: #615970;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 18px;
    word-wrap: break-word;
    text-decoration: none;
}

a.footer-contact-line:hover {
    color: #F160B1;
}

.footer-icon-link {
    display: block;
    line-height: 0;
}

.footer-contact-sep {
    width: 1px;
    height: 10px;
    background: #615970;
}

.footer-icons {
    justify-content: center;
    align-items: center;
    gap: 18px;
    display: flex;
}

.footer-icon-outer {
    width: 20px;
    height: 20px;
    position: relative;
    overflow: hidden;
    display: block;
    object-fit: contain;
}

.footer-icon-inner1 {
    width: 20.22px;
    height: 18.28px;
    left: 1.93px;
    top: 2.86px;
    position: absolute;
    background: white;
}

.footer-icon-inner2 {
    width: 22px;
    height: 18px;
    left: 1px;
    top: 3px;
    position: absolute;
    background: white;
}

.footer-icon-divider {
    width: 1px;
    height: 15px;
    background: rgba(255, 255, 255, 0.20);
}

@media (max-width: 767px) {
    .footer-outer {
        max-width: 100%;
        height: auto;
        padding: 24px 16px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        box-sizing: border-box;
    }

    .footer-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .footer-links {
        flex-wrap: wrap;
        white-space: normal;
        gap: 6px 8px;
    }

    .footer-contact {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 8px 12px;
    }
}
