.terms-page-content {
	max-height: 410px;
	overflow-y: auto;
	padding: 20px;
	border: 1px solid var(--e-global-color-fd04a67, #d9dee7);
	border-radius: 8px;
	background: #ffffff;
	scrollbar-gutter: stable;
}

.terms-page-content:focus,
.terms-page-content:focus-within {
	outline: 2px solid var(--e-global-color-fd04a67, #18345d);
	outline-offset: 2px;
}

.rfyn-terms-gate {
	margin: 0;
}

.rfyn-terms-gate__message {
	margin: 0 0 16px;
	font-size: 0.9375rem;
	line-height: 1.5;
	color: #475569;
}

.rfyn-terms-gate__field {
	margin: 0 0 18px;
}

.rfyn-terms-gate__label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 600;
	line-height: 1.45;
	cursor: pointer;
}

.rfyn-terms-gate__checkbox {
	flex: 0 0 auto;
	margin-top: 0.2em;
}

.rfyn-terms-gate__checkbox:disabled,
.rfyn-terms-gate__button:disabled {
	cursor: not-allowed;
}

.rfyn-terms-gate__button:disabled {
	opacity: 0.55;
}

.rfyn-terms-gate__actions {
	margin: 0;
}

.rfyn-terms-gate__return {
	display: inline-block;
}

@media (max-width: 767px) {
	.terms-page-content {
		max-height: 55vh;
		padding: 16px;
	}
}
