/* Twitter X Logo Custom Icon */
.fa-x-twitter.x-logo:before {
    content: "𝕏" !important;
    font-family: "Times New Roman", serif !important;
    font-weight: bold !important;
    font-style: normal !important;
    font-size: 0.9em !important;
}

/* Alternative X logo using CSS shapes */
.fa-x-twitter.x-logo-shape:before {
    content: "" !important;
    display: inline-block;
    width: 1em;
    height: 1em;
    background: currentColor;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'/%3E%3C/svg%3E") !important;
    mask-size: contain !important;
    mask-repeat: no-repeat !important;
    mask-position: center !important;
}

/* Simpler X using text */
.fa-x-twitter.x-simple:before {
    content: "X" !important;
    font-family: Arial, sans-serif !important;
    font-weight: bold !important;
    font-style: normal !important;
}