/*
Theme Name: Taxis Espot
Description: Child theme of Hello Elementor for Taxis Espot.
Author: Metacom
Template: hello-elementor
Version: 1.0.0
Text Domain: taxis-espot
*/

.checkfront-booking-button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	background: #1b7ef2;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.checkfront-calendar {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 16px;
	background: #fff;
}

.checkfront-calendar__header {
	font-weight: 600;
	margin-bottom: 12px;
	text-align: center;
}

.checkfront-calendar__table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.checkfront-calendar__table th,
.checkfront-calendar__table td {
	padding: 8px;
	border: 1px solid #f0f0f0;
	font-size: 14px;
}

.checkfront-calendar__day--available {
	background: #e6f6ea;
	color: #1f7a3a;
}

.checkfront-calendar__day--unavailable {
	background: #fde8e8;
	color: #b42318;
}

.checkfront-calendar__day--unknown {
	background: #f7f7f7;
	color: #666;
}

.checkfront-calendar__legend {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-top: 12px;
	font-size: 12px;
}

.checkfront-calendar__legend-item {
	padding: 4px 8px;
	border-radius: 4px;
}
