#signaletique-session { border: 1px solid #e9ecef; padding: 12px; border-radius: 6px; background: #fff; }
.signaletique-inner h4 { margin-top: 0; font-size: 1.05rem; }
.signaletique-price { margin-top: 8px; font-weight: 600; }
.signaletique-actions { margin-top: 10px; display:flex; gap:8px; }
#signaletique-session .form-check { margin-bottom: 6px; }

.session-presets-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.choice-rect {
	position: relative;
	margin: 0;
	cursor: pointer;
}

.choice-rect-input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.choice-rect-value {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	min-height: 44px;
	padding: 8px 12px;
	border: 1px solid #cfd4da;
	border-radius: 8px;
	background: #f8f9fa;
	color: #1f2937;
	font-size: 0.95rem;
	font-weight: 600;
	transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.choice-rect-input:checked + .choice-rect-value {
	border-color: #0d6efd;
	background: #e8f0ff;
	box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.2);
}

.choice-rect:hover .choice-rect-value {
	border-color: #9ec5fe;
}

#signaletique-session.signaletique-session-embedded {
	border: 0;
	padding: 0;
	background: transparent;
}
