/* Shared footer for the legal, member and landing-page groups. */
.marukan-special-page-footer {
	box-sizing: border-box;
	padding: 24px 16px;
	background: linear-gradient(145deg, #681a20 0%, #481015 100%) !important;
	color: #fff7ee !important;
	font-size: 13px;
	text-align: center;
}
.marukan-special-page-footer a { color: #fff7ee !important; text-decoration: none; }
.marukan-special-page-footer a:hover,
.marukan-special-page-footer a:focus-visible { text-decoration: underline; }
@media (max-width: 620px) {
	.marukan-special-page-footer {
		padding: 20px 10px;
		background: linear-gradient(145deg, #681a20 0%, #481015 100%) !important;
		color: #fff7ee !important;
		font-size: 12px;
	}
	.marukan-special-page-footer a { color: #fff7ee !important; }
}
