#bookingDetailsModal .modal-body h6 {
	color: #2c3e50;
	font-weight: 600;
	margin-bottom: 12px;
	border-bottom: 2px solid #3498db;
	padding-bottom: 6px;
}

#bookingDetailsModal .modal-body p {
	margin-bottom: 8px;
	line-height: 1.6;
}

#bookingDetailsModal .modal-body ul {
	padding-left: 20px;
}

#bookingDetailsModal .modal-body ul li {
	margin-bottom: 4px;
}

#bookingDetailsModal hr {
	margin: 20px 0;
	border-top: 1px solid #dee2e6;
}

#bookingDetailsModal .badge {
	font-size: 0.9em;
	padding: 4px 8px;
}

.table th {
	background-color: #f8f9fa;
	font-weight: 600;
}

.card {
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
	border: none;
}

.card-body h3 {
	color: #3498db;
	font-weight: 700;
}
