#clin-voz-fab {
    position: fixed;
    right: 1.1rem;
    bottom: 1.1rem;
    z-index: 10850 !important;
    width: 3.4rem;
    height: 3.4rem;
    border: none;
    border-radius: 50%;
    background: linear-gradient(145deg, #0d6efd, #0a58ca);
    color: #fff;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
}

#clin-voz-fab.standby {
    background: linear-gradient(145deg, #6c757d, #495057);
    box-shadow: 0 8px 20px rgba(73, 80, 87, 0.28);
}

#clin-voz-fab.escuchando,
#clin-voz-fab.comando {
    background: linear-gradient(145deg, #0dcaf0, #0d6efd);
    animation: clin-pulse 1.4s ease-in-out infinite;
}

@keyframes clin-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.45); }
    50% { box-shadow: 0 0 0 12px rgba(13, 110, 253, 0); }
}

#clin-voz-panel {
    position: fixed;
    right: 1.1rem;
    bottom: 4.8rem;
    z-index: 1080;
    width: min(340px, calc(100vw - 1.6rem));
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.85rem;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    display: none;
    overflow: hidden;
}

#clin-voz-panel.abierto {
    display: block;
}

#clin-voz-panel .clin-voz-head {
    padding: 0.7rem 0.9rem;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-size: 0.92rem;
}

#clin-voz-panel .clin-voz-body {
    padding: 0.75rem 0.9rem 0.9rem;
    font-size: 0.85rem;
    color: #495057;
}

#clin-voz-panel .clin-voz-estado {
    font-weight: 600;
    color: #0d6efd;
    margin-bottom: 0.35rem;
}

#clin-voz-panel .clin-voz-transcripcion {
    min-height: 2.4rem;
    padding: 0.4rem 0.5rem;
    background: #f1f3f5;
    border-radius: 0.4rem;
    font-style: italic;
}

#clin-voz-panel .clin-voz-lista {
    margin: 0.5rem 0 0;
    padding-left: 1.35rem;
    max-height: 12rem;
    overflow-y: auto;
}

#clin-voz-panel .clin-voz-lista[hidden] {
    display: none;
}

#clin-voz-panel .clin-voz-lista li {
    margin: 0.2rem 0;
    font-style: normal;
    color: #212529;
}

#clin-voz-panel .clin-voz-lista .clin-voz-doc {
    display: block;
    font-size: 0.75rem;
    color: #6c757d;
}

#clin-voz-panel ul {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}

#clin-voz-panel .clin-voz-aviso {
    margin-top: 0.55rem;
    font-size: 0.75rem;
    color: #6c757d;
}
