.btwp-floating-wrap {
    position: fixed;
    bottom: 22px;
    z-index: 99999;
    font-family: inherit;
}

.btwp-floating-wrap.btwp-right {
    right: 22px;
}

.btwp-floating-wrap.btwp-left {
    left: 22px;
}

.btwp-floating-button {
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 10px 12px 10px 18px;
    border-radius: 999px;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    transform: translateY(0);
    transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
    max-width: calc(100vw - 32px);
}

.btwp-floating-button:hover,
.btwp-floating-button:focus {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.30);
    filter: brightness(1.03);
    text-decoration: none !important;
    outline: none;
}

.btwp-floating-button:focus-visible {
    outline: 3px solid rgba(0, 0, 0, .25);
    outline-offset: 3px;
}

.btwp-text {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    white-space: nowrap;
}

.btwp-text strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: -0.01em;
}

.btwp-text small {
    display: block;
    margin-top: 3px;
    font-size: 12px;
    font-weight: 600;
    opacity: .92;
}

.btwp-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btwp-icon svg {
    width: 29px;
    height: 29px;
    display: block;
}

@media (max-width: 768px) {
    .btwp-floating-wrap {
        bottom: 16px;
    }

    .btwp-floating-wrap.btwp-right {
        right: 12px;
    }

    .btwp-floating-wrap.btwp-left {
        left: 12px;
    }

    .btwp-floating-button {
        padding: 9px 10px 9px 14px;
        min-height: 54px;
        gap: 9px;
    }

    .btwp-text strong {
        font-size: 13px;
    }

    .btwp-text small {
        font-size: 11px;
    }

    .btwp-icon {
        width: 39px;
        height: 39px;
        min-width: 39px;
    }

    .btwp-icon svg {
        width: 27px;
        height: 27px;
    }
}

@media (max-width: 420px) {
    .btwp-text {
        white-space: normal;
        max-width: 235px;
    }

    .btwp-text small {
        display: none;
    }
}
