/* Registration capture: country select and consent rows */

.mash-dl-reg-select {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #d5d8dd;
	border-radius: 4px;
	background: #ffffff;
	box-sizing: border-box;
}

.mash-dl-reg-consent {
	margin-bottom: 12px !important;
}

.mash-dl-reg-checkbox {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-size: 14px;
	line-height: 1.5;
	cursor: pointer;
}

.mash-dl-reg-checkbox input {
	margin-top: 4px;
	flex: 0 0 auto;
}
