#cjw-asesores-container {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 9998;
    font-family: inherit;
}

.cjw-asesor-badge {
    position: absolute;
    top: 180px;
    max-width: 320px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background-color: #ffffff;
    border-radius: 999px;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.25);
    text-decoration: none;
    pointer-events: auto;
}

.cjw-asesor-left {
    left: 16px;
}

.cjw-asesor-right {
    right: 16px;
    flex-direction: row-reverse;
    text-align: right;
}

.cjw-asesor-icon {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 800;
    font-size: 12px;
    letter-spacing: 0.5px;
    flex: 0 0 auto;
}

.cjw-asesor-icon::before {
    content: "WA";
}

.cjw-asesor-text {
    font-size: 13px;
    line-height: 1.25;
    color: #111827;
}

@media (max-width: 768px) {
    .cjw-asesor-badge {
        display: none;
    }
}

