.bobbio-wa {
    bottom: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: min(320px, calc(100vw - 32px));
    position: fixed;
    z-index: 99999;
}

.bobbio-wa--right {
    right: 24px;
}

.bobbio-wa--left {
    left: 24px;
}

.bobbio-wa__card {
    background: #ffffff;
    border: 1px solid rgba(31, 41, 55, 0.12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    color: #202124;
    font-family: inherit;
    padding: 18px;
    position: relative;
}

.bobbio-wa__card[hidden] {
    display: none;
}

.bobbio-wa__brand {
    color: #7a4e2e;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 32px 8px 0;
}

.bobbio-wa__message {
    color: #2d2a26;
    font-size: 15px;
    line-height: 1.45;
    margin: 0 0 14px;
}

.bobbio-wa__cta {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    color: #ffffff !important;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 0 18px;
    text-decoration: none;
}

.bobbio-wa__cta:hover,
.bobbio-wa__cta:focus {
    background: #1ebe5d;
    color: #ffffff !important;
    text-decoration: none;
}

.bobbio-wa__close {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: #6b7280;
    cursor: pointer;
    display: inline-flex;
    font-size: 24px;
    height: 32px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 8px;
    width: 32px;
}

.bobbio-wa__launcher {
    align-items: center;
    appearance: none;
    background: #25d366;
    border: 0;
    border-radius: 50%;
    box-shadow: 0 12px 28px rgba(18, 140, 80, 0.32);
    cursor: pointer;
    display: inline-flex;
    height: 58px;
    justify-content: center;
    padding: 0;
    width: 58px;
}

.bobbio-wa--right .bobbio-wa__launcher {
    align-self: flex-end;
}

.bobbio-wa--left .bobbio-wa__launcher {
    align-self: flex-start;
}

.bobbio-wa__launcher:hover,
.bobbio-wa__launcher:focus {
    background: #1ebe5d;
}

.bobbio-wa__launcher svg {
    fill: #ffffff;
    height: 34px;
    width: 34px;
}

@media (max-width: 767px) {
    .bobbio-wa {
        bottom: 16px;
        max-width: calc(100vw - 28px);
    }

    .bobbio-wa--right {
        right: 14px;
    }

    .bobbio-wa--left {
        left: 14px;
    }

    .bobbio-wa__card {
        padding: 16px;
    }

    .bobbio-wa__launcher {
        height: 54px;
        width: 54px;
    }
}
