/* Módulo Aquisição — funil e widget */
#acquisitionFunnelPanel .card-header h6 {
    font-weight: 600;
}

.acq-widget-fab {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.acq-widget-panel {
    position: fixed;
    bottom: 90px;
    right: 24px;
    width: 340px;
    max-height: 420px;
    z-index: 1050;
    display: none;
    flex-direction: column;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.acq-widget-panel.open {
    display: flex;
}

.acq-widget-messages {
    flex: 1;
    overflow-y: auto;
    max-height: 280px;
    font-size: 0.9rem;
}

.acq-msg-in {
    background: #f1f3f5;
    border-radius: 12px 12px 12px 4px;
    padding: 8px 12px;
    margin-bottom: 8px;
    max-width: 85%;
}

.acq-msg-out {
    background: var(--bs-primary, #0d6efd);
    color: #fff;
    border-radius: 12px 12px 4px 12px;
    padding: 8px 12px;
    margin-bottom: 8px;
    margin-left: auto;
    max-width: 85%;
}
