.ygo-cta {
	margin: 2rem 0;
	padding: 1rem;
	border: 1px solid #2d6b3f;
	border-radius: 10px;
	background: #f4fbf6;
	text-align: center;
	box-sizing: border-box;
}

.ygo-cta__button {
	display: block;
	padding: 0.95rem 1.25rem;
	border-radius: 7px;
	background: #196b36;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.5;
	text-decoration: none !important;
	box-shadow: 0 3px 0 #0d4a24;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.ygo-cta__button:hover,
.ygo-cta__button:focus {
	transform: translateY(1px);
	box-shadow: 0 2px 0 #0d4a24;
	background: #145b2d;
}

.ygo-cta__note {
	margin: 0.8rem 0 0;
	color: #4b5750;
	font-size: 0.78rem;
	line-height: 1.6;
}

