.apk-calendar-wrapper {
	max-width: 720px;
}

.apk-calendar-wrapper.apk-loading .apk-months {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.apk-loading-text {
	font-style: italic;
	opacity: 0.7;
}

.apk-price {
	font-weight: 600;
	margin-bottom: 0.75em;
}

.apk-nav {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.75em;
}

.apk-nav a {
	text-decoration: none;
}

.apk-months {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.apk-month {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	max-width: 320px;
}

.apk-month caption {
	font-weight: 600;
	text-align: center;
	padding-bottom: 0.6em;
	text-transform: capitalize;
}

.apk-month th {
	text-align: center;
	padding: 4px;
	font-weight: 600;
	font-size: 0.8em;
	opacity: 0.65;
}

.apk-month td {
	text-align: center;
	vertical-align: middle;
	padding: 8px 2px;
	border: 1px solid rgba( 0, 0, 0, 0.08 );
	font-size: 0.95em;
	line-height: 1.2;
}

.apk-month td.apk-empty {
	background: transparent;
}

.apk-month td.apk-free {
	background: #dcf1e3;
	color: #1a3d2c;
}

.apk-month td.apk-booked {
	background: rgba( 196, 68, 58, 0.22 );
	color: #7a2a22;
}

.apk-day-num {
	display: block;
	font-weight: 600;
}

.apk-day-price {
	display: block;
	font-size: 0.7em;
	font-weight: 400;
	opacity: 0.85;
	margin-top: 2px;
}

.apk-month td.apk-booked .apk-day-num {
	text-decoration: line-through;
	opacity: 0.75;
}

.apk-legend {
	display: flex;
	gap: 16px;
	margin-top: 14px;
	font-size: 0.85em;
	opacity: 0.85;
}

.apk-legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.apk-legend i {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 3px;
}

.apk-legend-free i {
	background: #dcf1e3;
}

.apk-legend-booked i {
	background: rgba( 196, 68, 58, 0.4 );
}

.apk-error {
	color: #b32d2e;
}
