.conductor-bauza-wrapper {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #ddd;
    min-height: 450px;
    font-family: sans-serif;
}
.sidebar-cond {
    width: 200px;
    background: #1a252f;
    color: white;
}
.cond-header {
    padding: 20px;
    text-align: center;
    background: #141d26;
    border-bottom: 2px solid #27ae60;
}
.cond-header .dashicons { font-size: 40px; width: 40px; height: 40px; color: #27ae60; }

.nav-cond a {
    display: flex;
    align-items: center;
    padding: 15px;
    color: #ced4da;
    text-decoration: none !important;
    border-bottom: 1px solid #2c3e50;
}
.nav-cond a:hover, .nav-cond a.active {
    background: #27ae60;
    color: white !important;
}
.nav-cond .dashicons { margin-right: 10px; }

.main-cond { flex: 1; padding: 20px; background: #f9f9f9; }
.top-bar-cond { margin-bottom: 20px; border-bottom: 1px solid #eee; }
.content-cond { background: white; padding: 15px; border-radius: 5px; box-shadow: 0 2px 4px rgba(0,0,0,0.05); }

/* Tabla de viajes */
.tabla-conductor { width: 100%; border-collapse: collapse; }
.tabla-conductor th { text-align: left; padding: 10px; background: #eee; }
.tabla-conductor td { padding: 10px; border-bottom: 1px solid #eee; }
.badge-estatus { background: #27ae60; color: white; padding: 2px 8px; border-radius: 10px; font-size: 12px; }