body{
background:#f4f6fa;
}

.sidebar{
min-height:100vh;
background:#1f2937;
}

.sidebar .nav-link{
color:white;
padding:10px;
}

.sidebar .nav-link:hover{
background:#374151;
}

.card{
border-radius:10px;
border:none;
box-shadow:0 2px 6px rgba(0,0,0,0.08);
}

.table thead{
background:#111827;
color:white;
}

.pagination{
gap:6px;
}


/* Journey column */

.journey-path{
font-size:13px;
line-height:1.8;
max-width:700px;
word-break:break-word;
}

/* Journey step */

.journey-step{
background:#f3f4f6;
padding:4px 8px;
border-radius:6px;
margin-right:4px;
display:inline-block;
margin-bottom:4px;
}

/* time badge */

.time-badge{
font-size:11px;
color:#6b7280;
margin-left:3px;
}

/* table row spacing */

.table tbody tr{
vertical-align:middle;
}

/* landing page */

.landing-page{
font-weight:500;
}

