/* Tabaix SEO Social Share Styles */

.tabaix-seo-ss-wrap {
    margin: 2rem 0;
    padding: 1.5rem 0;
    border-top: 1px solid #e2e8f0;
    clear: both;
}

.tabaix-seo-ss-label {
    font-weight: 600;
    margin-bottom: 1rem;
    color: #1e293b;
    font-size: 1.1rem;
}

.tabaix-seo-ss-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.tabaix-seo-ss-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1.25rem;
    border-radius: 100px;
    background-color: var(--btn-color, #333);
    color: #fff !important;
    text-decoration: none !important;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    line-height: 1;
}

.tabaix-seo-ss-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
    color: #fff !important;
    opacity: 0.95;
}

.tabaix-seo-ss-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* FIX FOR MASSIVE SVGS */
.tabaix-seo-ss-icon svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor;
    display: block;
}

/* Floating variant */
.tabaix-seo-ss-floating {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9999;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
}

.tabaix-seo-ss-floating .tabaix-seo-ss-buttons {
    flex-direction: column;
    gap: 0;
}

.tabaix-seo-ss-floating .tabaix-seo-ss-btn {
    border-radius: 0 8px 8px 0;
    margin-bottom: 2px;
    padding: 12px;
}

.tabaix-seo-ss-floating .tabaix-seo-ss-text {
    display: none;
}

@media (max-width: 600px) {
    .tabaix-seo-ss-floating {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        transform: none;
        background: #fff;
        box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
        padding: 0.5rem;
    }
    
    .tabaix-seo-ss-floating .tabaix-seo-ss-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 0.5rem;
    }
    
    .tabaix-seo-ss-floating .tabaix-seo-ss-btn {
        border-radius: 50%;
        padding: 0.75rem;
    }
}
