.bbs-my-bookings {
	max-width: 1000px;
	margin: 30px auto;
}

.bbs-bookings-table {
	width: 100%;
	border-collapse: collapse;
}

.bbs-bookings-table th,
.bbs-bookings-table td {
	padding: 12px;
	border: 1px solid #ddd;
	text-align: left;
}

.bbs-bookings-table th {
	background: #f4f4f4;
}

.status-paid {
	color: #28a745;
	font-weight: bold;
}
.status-cancelled {
	color: #dc3545;
	font-weight: bold;
}
.status-checked_in {
	color: #007bff;
}

.bbs-cancel-btn {
	background: #dc3545;
	color: white;
	border: none;
	padding: 8px 16px;
	border-radius: 4px;
	cursor: pointer;
}

.bbs-cancel-btn:hover {
	background: #c82333;
}
