.gck-gate-warning {
	color: #d63638;
	font-weight: 700;
	margin: 16px 0 8px;
}

.gck-gate-image {
	display: block;
	max-width: 50%;
	height: auto;
	margin: 8px 0 16px;
	border-radius: 6px;
}
@media (max-width: 450px) {
	.gck-gate-image {
		max-width: 100%;
	}
}

.gck-purchase-gate {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 24px;
	margin: 16px 0;
	padding: 12px 14px;
	background: #f8f8f8;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
}

.gck-gate-option {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	cursor: pointer;
}

.gck-gate-option input[type="radio"] {
	width: 16px;
	height: 16px;
	cursor: pointer;
}
