#respond .comment-form-cookies-consent,
#respond .comment-form-privacy-consent {
	display: grid;
	grid-template-columns: 1.125rem minmax(0, 1fr);
	align-items: start;
	column-gap: 0.75rem;
	margin: 1rem 0;
}

#respond .comment-form-cookies-consent input[type="checkbox"],
#respond .comment-form-privacy-consent input[type="checkbox"] {
	width: 1.125rem !important;
	height: 1.125rem !important;
	min-width: 1.125rem;
	margin: 0.2em 0 0 !important;
	padding: 0 !important;
}

#respond .comment-form-cookies-consent label,
#respond .comment-form-privacy-consent label {
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.55;
	letter-spacing: normal;
	text-transform: none;
	cursor: pointer;
}

#respond .comment-form-cookies-consent input[type="checkbox"]:focus-visible,
#respond .comment-form-privacy-consent input[type="checkbox"]:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	#respond .comment-form-cookies-consent,
	#respond .comment-form-privacy-consent {
		column-gap: 0.625rem;
		margin: 0.875rem 0;
	}
}
