.cswb-floating {
    position: fixed;
    bottom: 18px;
    z-index: 999999;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 0 16px;
    border-radius: var(--cswb-radius);
    color: var(--cswb-text) !important;
    background: var(--cswb-color);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.24);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
}

.cswb-right {
    right: 18px;
}

.cswb-left {
    left: 18px;
}

.cswb-icon {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    font-size: 12px;
    font-weight: 800;
}

.cswb-product-wrap {
    margin: 14px 0 0;
    max-width: min(100%, 360px);
}

.cswb-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: var(--cswb-radius);
    color: var(--cswb-text) !important;
    background: var(--cswb-color);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none !important;
}

.cswb-product-subtext {
    margin-top: 7px;
    color: #667085;
    font-size: 13px;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .cswb-floating {
        bottom: 12px;
        max-width: calc(100vw - 24px);
        min-height: 44px;
        padding: 0 13px;
        font-size: 14px;
        white-space: nowrap;
        box-sizing: border-box;
    }

    .cswb-right {
        right: 12px;
        left: auto;
    }

    .cswb-left {
        right: auto;
        left: 12px;
    }

    .cswb-icon {
        width: 28px;
        height: 28px;
    }

    .cswb-product-button {
        width: auto;
        min-width: min(260px, 100%);
        max-width: 100%;
    }
}
