.angie-modal-overlay-4541f0d6 {
	position: fixed;
	top: 0; left: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
}
.angie-modal-content-4541f0d6 {
	background: #fff;
	width: 90%;
	max-width: 400px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.2);
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.angie-modal-header-4541f0d6 {
	padding: 15px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.angie-modal-header-4541f0d6 h3 {
	margin: 0; font-size: 1.2em;
}
.angie-modal-close-4541f0d6 {
	background: none; border: none; font-size: 1.5em; cursor: pointer; color: #888;
}
.angie-modal-body-4541f0d6 {
	padding: 20px;
}
.angie-qty-selector-4541f0d6 {
	display: flex; align-items: center; gap: 10px; margin-bottom: 20px;
}
.angie-qty-selector-4541f0d6 input {
	width: 50px; text-align: center; border: 1px solid #ccc; border-radius: 4px; padding: 5px;
}
.qty-btn-4541f0d6 {
	background: #eee; border: 1px solid #ccc; border-radius: 4px; width: 30px; height: 30px; cursor: pointer;
}
/* Flatpickr custom styles */
.flatpickr-day.avail-full-4541f0d6 {
	background: #4caf50; color: #fff; border-color: #4caf50;
}
.flatpickr-day.avail-partial-4541f0d6 {
	background: #ff9800; color: #fff; border-color: #ff9800;
}
.flatpickr-day.avail-zero-4541f0d6 {
	background: #9e9e9e; color: #fff; border-color: #9e9e9e; opacity: 0.5; pointer-events: none;
}
.avail-count-label-4541f0d6 {
	font-size: 0.65em; display: block; margin-top: -5px; line-height: 1;
}