.awards-logos {
    display: flex;
    justify-content: center;
    margin-top: 10px !important;
}

.awards-logos-list {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.awards-logos-list .award-logo {
    width: auto;
    margin-right: 20px;
}

.awards-logos-list .award-logo-large {
    max-height: 70px;
}

.awards-logos-list .award-logo-medium {
    max-height: 50px;
}

.wechat-channels {
    background: #403c3a !important;  
    border-radius: 7px;
}
.social-media {
    cursor: pointer;
}
/* WeChat QR Modal */
.wechat-qr-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
}

.wechat-qr-modal.active {
    display: flex;
}

.wechat-qr-content {
    position: relative;
    width: 320px;
    max-width: 90%;
    padding: 30px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    box-sizing: border-box;
}

.wechat-qr-image {
    display: block;
    width: 250px;
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
}

.wechat-qr-content p {
    margin: 0;
    font-size: 15px;
}

.wechat-qr-close {
    position: absolute;
    top: 8px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}