.yessho-whatsapp-widget {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 999;
    font-family: inherit;
}

.yessho-whatsapp-launcher {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    box-shadow: 0 14px 34px rgba(18, 140, 126, 0.28);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.yessho-whatsapp-launcher:hover {
    transform: translateY(-3px);
    background: #1ebe5d;
    color: #fff;
    box-shadow: 0 18px 40px rgba(18, 140, 126, 0.34);
}

.yessho-whatsapp-chat-icon,
.yessho-whatsapp-avatar {
    display: inline-flex;
    color: #25d366;
    background: #fff;
    border-radius: 50%;
    padding: 5px;
}

.yessho-whatsapp-chat-text {
    white-space: nowrap;
}

.yessho-whatsapp-panel {
    position: absolute;
    right: 0;
    bottom: 72px;
    width: min(360px, calc(100vw - 32px));
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(18, 36, 30, 0.22);
}

.yessho-whatsapp-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #075e54;
    color: #fff;
}

.yessho-whatsapp-header strong,
.yessho-whatsapp-header small {
    display: block;
}

.yessho-whatsapp-header small {
    margin-top: 2px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
}

.yessho-whatsapp-close {
    margin-left: auto;
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    line-height: 1;
    cursor: pointer;
}

.yessho-whatsapp-body {
    padding: 16px;
    background: #efe7dd;
}

.yessho-whatsapp-bubble {
    max-width: 86%;
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.45;
}

.yessho-whatsapp-bubble-agent {
    background: #fff;
    color: #1f2933;
    border-top-left-radius: 4px;
}

.yessho-whatsapp-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}

.yessho-whatsapp-quick button {
    border: 1px solid rgba(7, 94, 84, 0.22);
    border-radius: 999px;
    background: #fff;
    color: #075e54;
    padding: 7px 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.yessho-whatsapp-form {
    display: flex;
    gap: 8px;
    padding: 12px;
    background: #f8faf9;
}

.yessho-whatsapp-form input {
    min-width: 0;
    flex: 1;
    height: 42px;
    border: 1px solid #d9e2de;
    border-radius: 999px;
    padding: 0 14px;
    font-size: 13px;
}

.yessho-whatsapp-form button {
    border: 0;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
}

@media (max-width: 575.98px) {
    .yessho-whatsapp-widget {
        right: 16px;
        bottom: 78px;
    }

    .yessho-whatsapp-launcher {
        min-width: 54px;
        width: 54px;
        height: 54px;
        justify-content: center;
        padding: 0;
    }

    .yessho-whatsapp-chat-text {
        display: none;
    }
}
