.tb-driver-portal {
	max-width: 700px;
}

.tb-driver-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-wrap: wrap;
	gap: 10px;
}

.tb-driver-view-toggle a {
	text-decoration: none;
}

.tb-driver-day-group {
	margin-bottom: 24px;
}

.tb-driver-day-group h3 {
	margin: 0 0 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #e0e0e0;
	color: #444;
}

.tb-driver-leg {
	display: flex;
	gap: 16px;
	padding: 12px 14px;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fff;
	margin-bottom: 10px;
}

.tb-driver-leg-time {
	font-weight: 700;
	font-size: 1.1em;
	min-width: 60px;
}

.tb-driver-leg-route {
	font-weight: 600;
	margin-bottom: 4px;
}

.tb-driver-leg-customer {
	color: #555;
	margin-bottom: 4px;
}

.tb-driver-leg-meta {
	color: #777;
	font-size: 0.9em;
}

.tb-badge-return {
	display: inline-block;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #6b7280;
	border-radius: 3px;
	padding: 0 4px;
}

/* Calendar */
.tb-driver-calendar-toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 16px 0;
}

.tb-driver-calendar-grid {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	table-layout: fixed;
}

.tb-driver-calendar-grid th {
	background: #f3f4f6;
	padding: 8px;
	text-align: left;
	border: 1px solid #e5e7eb;
	font-size: 13px;
}

.tb-driver-day-cell,
.tb-driver-empty-cell {
	border: 1px solid #e5e7eb;
	vertical-align: top;
	height: 100px;
	padding: 4px;
}

.tb-driver-empty-cell {
	background: #fafafa;
}

.tb-driver-day-cell.tb-driver-today {
	background: #fffbeb;
}

.tb-driver-day-number {
	font-weight: 700;
	font-size: 12px;
	color: #666;
	margin-bottom: 4px;
}

.tb-driver-mini-leg {
	font-size: 11px;
	line-height: 1.3;
	padding: 3px 5px;
	margin-bottom: 3px;
	border-radius: 4px;
	background: #f9fafb;
	border-left: 3px solid #2563eb;
}
