/* Select All Wrapper */
.wc-wa-img-select-all-wrapper {
    margin-bottom: 20px;
    padding: 10px;
    background: #e8f5e9;
    border: 1px solid #c8e6c9;
    border-radius: 5px;
    display: inline-block;
}

.wc-wa-img-select-all-wrapper label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.wc-wa-img-select-all-wrapper input[type="checkbox"] {
    margin-right: 10px !important;
}

/* Checkbox wrapper */
.wc-wa-img-checkbox-wrapper {
    margin: 10px 0;
    padding: 6px;
    background: #f1f1f1;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: left;
}

.wc-wa-img-checkbox-wrapper label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
}

.wc-wa-img-checkbox {
    margin-right: 8px !important;
}

.wc-wa-img-label {
    font-size: 13px;
    color: #444;
}

/* Floating Share Button */
#wc-wa-img-floating-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999999;
}

#wc-wa-img-share-btn {
    background-color: #25D366; 
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

#wc-wa-img-share-btn:hover {
    background-color: #128C7E;
    transform: scale(1.05);
}

#wc-wa-img-share-btn:disabled {
    background-color: #888;
    cursor: not-allowed;
    transform: none;
}

.wc-wa-img-count {
    background: white;
    color: #25D366;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
