.hotengine-ve-socials-style-2 {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-family: sans-serif;
    border-top: 1px solid #eee;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}

.hotengine-ve-socials-style-2 .ve-social-label {
    font-size: 14px;
    color: #666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.hotengine-ve-socials-style-2 .ve-flex-socials {
    display: flex;
    gap: 15px;
}

.hotengine-ve-socials-style-2 .ve-social-icon-box {
    display: block;
    width: 24px;
    height: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.hotengine-ve-socials-style-2 .ve-social-mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: all 0.3s ease;
}

.hotengine-ve-socials-style-2 .ve-social-icon-box:hover {
    transform: scale(1.2);
}

.hotengine-ve-socials-style-2 .ve-social-icon-box:hover .ve-social-mask {
    background-color: var(--ve-soc2-accent) !important;
}

@media (max-width: 768px) {
    .hotengine-ve-socials-style-2 {
        flex-direction: column !important;
        gap: 15px !important;
        text-align: center !important;
        padding: 25px 15px !important;
    }
    .hotengine-ve-socials-style-2 .ve-flex-socials {
        gap: 15px !important;
        flex-wrap: wrap;
        justify-content: center;
    }
}