/**
 * Estilos para el visor de logs administrativo
 */
#admin-logs-modal .smaller {
    font-size: 0.75rem;
}

#admin-logs-modal .italic {
    font-style: italic;
}

#admin-logs-modal .modal-xl {
    max-width: 95%;
}

#admin-logs-modal .table-responsive {
    max-height: 60vh;
}

#admin-logs-modal .badge {
    font-weight: 500;
}

#admin-logs-modal .input-group-text {
    background-color: #f8f9fa;
    border-right: none;
}

#admin-logs-modal .form-control {
    border-left: none;
}

#admin-logs-modal .form-control:focus {
    box-shadow: none;
    border-color: #dee2e6;
}
