.img-preview {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: var(--radius-sm, 6px);
}

.audio-item {
    background: var(--cinza-cecate-100, #f0f2f5);
    padding: 8px 12px;
    border-radius: var(--radius-sm, 6px);
    margin-bottom: 4px;
}

/* Mobile: garante touch target minimo de 44px nos botoes criticos do formulario. */
@media (max-width: 768px) {
    #formAtendimento .btn { min-height: 44px; }
}
