/* X (Twitter) SVG Icon Styles */
.footer-social a svg,
.xshop-top-social a svg,
.xshop-social-share a svg {
    width: 16px;
    height: 15px;
    fill: #fff;
    vertical-align: middle;
    transition: all 0.3s ease;
    margin-left: 5px;
}

/* Ensure SVG icons inherit link colors */
.footer-social a:hover svg,
.xshop-top-social a:hover svg,
.xshop-social-share a:hover svg {
    opacity: 0.8;
    transform: scale(1.1);
}

/* Make sure SVG behaves like FontAwesome icons */
.footer-social a svg,
.xshop-top-social a svg {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

/* Responsive sizing */
@media (max-width: 768px) {
    .footer-social a svg,
    .xshop-top-social a svg {
        width: 14px;
        height: 14px;
    }
}

/* Fix alignment with other social icons */
.footer-social a,
.xshop-top-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
