.ogq-wrapper {
	box-sizing: border-box;
	width: 100%;
	max-width: 760px;
	margin: 40px auto;
	padding: 24px;
	font-family: Georgia, "Times New Roman", serif;
}

.ogq-wrapper *,
.ogq-wrapper *::before,
.ogq-wrapper *::after {
	box-sizing: inherit;
}

.ogq-card {
	padding: 36px 28px;
	border: 1px solid #d6c7a8;
	border-radius: 18px;
	background: #f7efd9;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
	text-align: center;
}

.ogq-kicker {
	margin: 0 0 12px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #7b5427;
}

.ogq-title {
	margin: 0 0 16px;
	font-size: 30px;
	line-height: 1.2;
	color: #2d2116;
}

.ogq-text {
	margin: 0 auto 24px;
	max-width: 560px;
	font-size: 18px;
	line-height: 1.6;
	color: #4a3a29;
}

.ogq-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 12px 22px;
	border: 0;
	border-radius: 999px;
	background: #3a2415;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.ogq-button:hover,
.ogq-button:focus {
	transform: translateY(-1px);
	opacity: 0.92;
}

.ogq-status {
	min-height: 24px;
	margin: 18px 0 0;
	font-size: 16px;
	color: #2d2116;
}

@media (max-width: 600px) {
	.ogq-wrapper {
		margin: 24px auto;
		padding: 16px;
	}

	.ogq-card {
		padding: 28px 20px;
	}

	.ogq-title {
		font-size: 24px;
	}

	.ogq-text {
		font-size: 16px;
	}
}