.xsd-privacy-consent {
	margin: 10px 0;
	font-size: 13px;
	line-height: 1.4;
}

.xsd-privacy-consent label {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-bottom: 0;
	cursor: pointer;
}

.xsd-privacy-consent label span {
	flex: 1;
}

.xsd-privacy-consent input[type="checkbox"] {
	margin-top: 3px;
	flex-shrink: 0;
	width: auto;
	height: auto;
}

.modal-body .xsd-privacy-consent {
	margin-top: 12px;
}

.feedback-container .xsd-privacy-consent {
	margin: 12px 0;
}

#callBackModal .modal-footer button[type="submit"] {
	min-width: 120px;
	white-space: nowrap;
}
