/**
 * Fanzade Twitter Share - Frontend Styles
 */

.fts-share-container {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #e5e7eb;
}

.fts-x-share-link {
    display: inline-block;
}

.fts-x-share-image {
    max-height: 45px;
    width: auto;
    transition: transform 0.2s, opacity 0.2s;
}

.fts-x-share-image:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Fallback text button */
.fts-x-share-button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #000;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 9999px;
    font-size: 15px;
    font-weight: 600;
    transition: background-color 0.2s;
}

.fts-x-share-button:hover {
    background: #333;
    color: #fff !important;
    text-decoration: none !important;
}

.fts-x-share-button:visited {
    color: #fff !important;
}

.fts-x-share-button svg {
    flex-shrink: 0;
}
