.assm-share-buttons {
    display: flex;
    gap: 10px;
    margin: 15px 0;
}

.assm-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    gap: 6px;
    padding: 0 14px;
}

/* .assm-btn {
    gap: 6px;
    padding: 0 14px;
    border-radius: 20px;
    width: auto;
} */


.assm-btn:hover {
    transform: scale(1.1);
    opacity: 0.9;
}

.assm-btn.whatsapp { background: #25D366; }
.assm-btn.facebook { background: #1877F2; }
.assm-btn.x { background: #000; }

/* Floating bar */
.assm-floating-bar {
    position: fixed;
    top: 40%;
    left: 15px;
    z-index: 9999;
}

.assm-floating-bar .assm-share-buttons {
    flex-direction: column;
}



.assm-share-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.assm-share-label {
    font-weight: 600;
    font-size: 14px;
    color: #444;
}

/* .assm-btn {
    gap: 6px;
    padding: 0 14px;
    border-radius: 20px;
    width: auto;
} */



.assm-floating-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    line-height: 1.1;
}

.assm-floating-label span {
    display: block;
}


/* Prevent inline labels from appearing near floating bar */
.assm-floating-bar .assm-share-label {
    display: none !important;
}


.assm-inline-share {
    margin: 20px 0;
}



/* FORCE floating label to break into two lines */
.assm-floating-bar .assm-floating-label {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    white-space: normal !important;
}

.assm-floating-bar .assm-floating-label span {
    display: block !important;
    white-space: normal !important;
    line-height: 1.1;
}
