.obsekya-floating-whatsapp {
    position: fixed;
    left: 28px;
    bottom: 28px;
    z-index: 9997;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 0 20px 0 17px;
    border-radius: 999px;
    background: #25d366;
    color: #ffffff;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 18px 42px rgba(37, 211, 102, 0.34);
    transform: translateY(0);
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.obsekya-floating-whatsapp:hover,
.obsekya-floating-whatsapp:focus-visible {
    color: #ffffff;
    background: #18bd57;
    transform: translateY(-3px);
    box-shadow: 0 22px 48px rgba(37, 211, 102, 0.44);
    outline: none;
}

.obsekya-floating-whatsapp:focus-visible {
    box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.22), 0 22px 48px rgba(37, 211, 102, 0.44);
}

.obsekya-floating-whatsapp__icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    font-size: 26px;
    line-height: 1;
}

.obsekya-floating-whatsapp__label {
    display: inline-block;
}

@media (max-width: 782px) {
    .obsekya-floating-whatsapp {
        left: 16px;
        bottom: 18px;
        width: 56px;
        min-height: 56px;
        padding: 0;
        justify-content: center;
        border-radius: 50%;
    }

    .obsekya-floating-whatsapp__label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

@media print {
    .obsekya-floating-whatsapp {
        display: none;
    }
}
