.fwab-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.fwab-button-inline {
    margin: 20px 0;
}

/* Default floating button style */
.fwab-button {
    background-color: #25D366;
    color: white !important;
    padding: 12px 18px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.3s ease;
}

.fwab-button:hover {
    background-color: #128C7E;
    color: white !important;
}

.fwab-button i {
    font-size: 20px;
    color: white !important;
}

.fwab-button:hover i {
    color: white !important;
}

/* Inline (shortcode) button overrides */
.fwab-button-inline .fwab-button {
    background: none !important;
    box-shadow: none;
    padding: 0;
    color: #25D366 !important;
    font-weight: normal;
}

.fwab-button-inline .fwab-button:hover {
    background: none !important;
    color: #128C7E !important;
}

.fwab-button-inline .fwab-button i {
    color: #25D366 !important;
}

.fwab-button-inline .fwab-button:hover i {
    color: #128C7E !important;
}
