.liberty-whatsapp-widget {
    align-items: center;
    bottom: 24px;
    display: inline-flex;
    gap: 10px;
    position: fixed;
    right: 24px;
    z-index: 9999;
    text-decoration: none;
}

.liberty-whatsapp-widget__text {
    background: #fff;
    border: 1px solid rgba(31, 38, 78, 0.12);
    border-radius: 999px;
    box-shadow: 0 10px 30px rgba(10, 15, 30, 0.16);
    color: #1f264e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    padding: 12px 15px;
    transform: translateX(0);
    transition: opacity 0.25s ease, transform 0.25s ease;
    white-space: nowrap;
}

.liberty-whatsapp-widget__icon {
    align-items: center;
    background: #25d366;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 12px 34px rgba(10, 15, 30, 0.22);
    color: #fff;
    display: inline-flex;
    height: 62px;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    width: 62px;
}

.liberty-whatsapp-widget svg {
    display: block;
    height: 34px;
    width: 34px;
}

.liberty-whatsapp-widget:hover .liberty-whatsapp-widget__icon,
.liberty-whatsapp-widget:focus-visible .liberty-whatsapp-widget__icon {
    box-shadow: 0 16px 42px rgba(10, 15, 30, 0.28);
    transform: translateY(-3px) scale(1.04);
}

.liberty-whatsapp-widget:focus-visible {
    border-radius: 999px;
    outline: 3px solid rgba(31, 38, 78, 0.35);
    outline-offset: 4px;
}

@media (max-width: 640px) {
    .liberty-whatsapp-widget {
        bottom: 18px;
        right: 18px;
    }

    .liberty-whatsapp-widget__text {
        display: none;
    }

    .liberty-whatsapp-widget__icon {
        height: 56px;
        width: 56px;
    }

    .liberty-whatsapp-widget svg {
        height: 30px;
        width: 30px;
    }
}
