.wa-quick-replies {
    position: absolute;
    bottom: 60px;
    left: 10px;
    width: 360px;
    max-height: 260px;
    background: #fff;
    border-radius: 8px;
    overflow-y: auto;
    box-shadow: 0 4px 14px rgba(0,0,0,.18);
    z-index: 99999;
}

.wa-qr-item {
    padding: 10px 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.wa-qr-item:hover {
    background: #f5f6f6;
}

.wa-qr-title {
    font-weight: 600;
    font-size: 14px;
}

.wa-qr-desc {
    font-size: 13px;
    color: #666;
}

.quick-replies-popup {
    z-index: 9999;
    min-height: 100px; /* ensures popup is visible above */
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,.2);
    overflow-y: auto;
}
