/* Estilos para mensajes de depuración */
.debug-info, .debug-error {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #3498db;
}

.debug-error {
    border-left-color: #e74c3c;
    background: #fff8f8;
}

.debug-info h4, .debug-error h4 {
    margin-top: 0;
    color: #2c3e50;
}

.notice pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    background: rgba(0,0,0,0.05);
    padding: 10px;
    border-radius: 3px;
}

.notice-error pre {
    background: rgba(231, 76, 60, 0.1);
}