/* Bot Post-RTU Prostática - Estilos específicos */

.bot-card-header {
    background: linear-gradient(135deg, var(--color-primary) 0%, #3d8b84 100%);
}

.bot-logo-icon {
    background: rgba(255, 255, 255, 0.2);
}

.bot-form {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
}

.checkbox-label {
    display: flex;
    align-items: center;
    gap: var(--space-2);
    cursor: pointer;
    font-size: 0.95rem;
}

.checkbox-label input[type="checkbox"] {
    width: 18px;
    height: 18px;
    accent-color: var(--color-primary);
}

.bot-info-box {
    background: #e8f5f3;
    border-left-color: var(--color-primary);
}

.bot-op-btn.bot-op-urgente {
    border-color: #f59e0b;
    color: #92400e;
}

.bot-op-btn.bot-op-urgente:hover {
    background: #fef3c7;
    border-color: #f59e0b;
}

.bot-alerta-flotante {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}
