.cse-booking-widget {
	margin: 1.25em 0;
	padding: 1em;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	background: #fafafa;
}

.cse-label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.cse-fecha-input-visible {
	width: 100%;
	max-width: 220px;
	padding: 0.5em 0.75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	cursor: pointer;
}

.cse-slots {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5em;
	margin-top: 0.75em;
}

.cse-slot-btn {
	padding: 0.5em 0.9em;
	border: 1px solid #ccc;
	border-radius: 999px;
	background: #fff;
	cursor: pointer;
	font-size: 0.9em;
}

.cse-slot-btn:hover {
	border-color: #999;
}

.cse-slot-selected {
	background: #1d2327;
	color: #fff;
	border-color: #1d2327;
}

.cse-cargando,
.cse-sin-horarios,
.cse-error {
	font-size: 0.9em;
	color: #666;
}

.cse-detalles-widget {
	margin: 1.25em 0;
}

.cse-detalles-input {
	width: 100%;
	max-width: 480px;
	padding: 0.6em 0.75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: inherit;
	resize: vertical;
}

.cse-personas-widget {
	margin: 1.25em 0;
}

.cse-personas-input {
	width: 100%;
	max-width: 140px;
	padding: 0.5em 0.75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: inherit;
}

.cse-personas-hint {
	margin: 0.4em 0 0;
	font-size: 0.85em;
	color: #666;
}

.cse-tarifas-lista {
	list-style: none;
	margin: 0.75em 0 0;
	padding: 0.5em 0 0;
	border-top: 1px dashed #ddd;
}

.cse-tarifas-lista li {
	display: flex;
	justify-content: space-between;
	gap: 1em;
	padding: 0.2em 0;
	font-size: 0.9em;
	color: #444;
}

.cse-tarifas-lista li span:last-child {
	font-weight: 600;
}

.cse-horas-widget {
	margin: 1.25em 0;
}

.cse-horas-input {
	width: 100%;
	max-width: 140px;
	padding: 0.5em 0.75em;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-family: inherit;
}

.cse-horas-hint {
	margin: 0.4em 0 0;
	font-size: 0.85em;
	color: #666;
}
