body {
background: #f5f6f8;
}

.booking-card {
border: none;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,.08);
overflow: hidden;
background: #fff;
}

.booking-header {
background: #0d6efd;
color: #fff;
padding: 12px 16px;
font-weight: 600;
}

.booking-body {
padding: 16px;
}

.booking-info {
margin-bottom: 8px;
}

.booking-info span {
display: inline-block;
width: 90px;
color: #666;
font-weight: 600;
}

@media (max-width:768px) {
.booking-info span {
width: 70px;
font-size: 12px;
}

.booking-card {
font-size: 14px;
}
}
