.uclaim-whatsapp-widget {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 10000;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 999px;
    border: 0;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.uclaim-whatsapp-widget:hover,
.uclaim-whatsapp-widget:focus {
    color: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
}

.uclaim-whatsapp-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    font-size: 20px;
}

@media (max-width: 575px) {
    .uclaim-whatsapp-widget {
        right: 12px;
        bottom: 12px;
        padding: 12px 14px;
    }

    .uclaim-whatsapp-label {
        display: none;
    }
}
