/* LatePoint booking lightbox — Questions? support row */
.latepoint-questions .wt-support-help {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	margin: 0;
	line-height: 1.4;
	text-align: center;
}

.latepoint-questions .wt-support-copy {
	display: block;
	text-align: center;
}

.latepoint-questions .wt-phone-nowrap {
	white-space: nowrap;
}

.latepoint-questions .wt-support-icons {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	line-height: 1;
	margin: 0 auto;
}

.latepoint-questions .wt-support-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	line-height: 0;
	text-decoration: none;
	opacity: 0.9;
}

.latepoint-questions .wt-support-icon:hover,
.latepoint-questions .wt-support-icon:focus {
	opacity: 1;
}

.latepoint-questions .wt-support-icon--whatsapp {
	color: #25d366;
}

.latepoint-questions .wt-support-icon svg {
	display: block;
}
