/**
 * Comment reply notification opt-in.
 *
 * Kept deliberately narrow so themes continue to own their comment-form design.
 */

.mtt-crn-comment-opt-in {
	display: grid;
	gap: 0.25rem;
}

.mtt-crn-comment-opt-in__label {
	display: inline-flex;
	align-items: flex-start;
	gap: 0.5rem;
	cursor: pointer;
}

.mtt-crn-comment-opt-in__input {
	flex: 0 0 auto;
	margin-top: 0.25em;
}

.mtt-crn-comment-opt-in__help {
	display: block;
	font-size: 0.875em;
}
