/*
 * Centre Laser RDV — front-office.
 * L'essentiel du style (boutons, champs, alertes) vient des classes UIkit/
 * YOOtheme déjà chargées par le thème (uk-button, uk-input, uk-alert...).
 * Ce fichier ne couvre que ce qu'UIkit ne fait pas nativement : positionnement
 * du dropdown de suggestions, wrap des créneaux, et le champ anti-spam.
 */

.clc-rdv-soin-search-wrap {
	position: relative;
}

.clc-rdv-suggestions {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 20;
	background: #fff;
	border-radius: 4px;
	max-height: 280px;
	overflow-y: auto;
}

.clc-rdv-suggestion {
	padding: 10px 14px;
	cursor: pointer;
	gap: 8px;
}

.clc-rdv-suggestion:hover,
.clc-rdv-suggestion:focus {
	background: rgba(0, 0, 0, 0.04);
}

.clc-rdv-suggestion-empty {
	padding: 10px 14px;
}

.clc-rdv-slot-times {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.clc-rdv-hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/* Case à cocher RGPD : zone cliquable large et bien visible (fond distinct,
   grande cible tactile) plutôt qu'une petite case perdue à côté du texte. */
.clc-rdv-gdpr-row {
	align-items: flex-start;
	gap: 12px;
	padding: 14px 16px;
	background: rgba(0, 0, 0, 0.03);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	cursor: pointer;
}

.clc-rdv-gdpr-row:hover {
	background: rgba(0, 0, 0, 0.05);
}

.clc-rdv-gdpr-checkbox.uk-checkbox {
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	margin-top: 1px;
	cursor: pointer;
}

/* Note sous le prix (shortcode [clc_prix]) : sur sa propre ligne, discrète. */
.clc-rdv-prix-note {
	margin-top: 4px;
}
