*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	margin: 0;
	padding: 0;
	max-width: 100%;
	overflow-x: hidden;
}

.advertorial-label {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #1a1a1a;
	background: #f0f0f0;
	border-bottom: 1px solid #d0d0d0;
	font-family: Georgia, "Times New Roman", serif;
}

.site-brand-logo {
	display: inline-block !important;
	line-height: 0;
	width: 280px !important;
	max-width: 100% !important;
}

.site-brand-logo img {
	width: 280px !important;
	max-width: 100% !important;
	height: auto !important;
	object-fit: contain !important;
}

@media (max-width: 767px) {
	.site-brand-logo,
	.site-brand-logo img {
		width: 220px !important;
	}
}

.legal-header {
	text-align: center;
	padding: 28px 16px 12px;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
}

.legal-page {
	max-width: 760px;
	margin: 0 auto;
	padding: 40px 20px 48px;
	font-family: Georgia, "Times New Roman", serif;
	color: #222;
	line-height: 1.7;
}

.legal-page h1 {
	font-size: 2rem;
	margin: 0 0 8px;
	color: #111;
}

.legal-page .legal-updated {
	font-size: 0.95rem;
	color: #666;
	margin: 0 0 28px;
}

.legal-page h2 {
	font-size: 1.25rem;
	margin: 28px 0 10px;
	color: #111;
}

.legal-page p,
.legal-page ul {
	margin: 0 0 14px;
	font-size: 1.05rem;
}

.legal-page ul {
	padding-left: 1.25rem;
}

.legal-page a {
	color: #0b6e4f;
	text-decoration: underline;
}

.legal-page a:hover {
	color: #08553c;
}

.contact-card {
	margin-top: 24px;
	padding: 20px 22px;
	background: #f7f7f7;
	border: 1px solid #e0e0e0;
}

.contact-card strong {
	display: block;
	margin-bottom: 6px;
}

.site-footer-nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	padding: 18px 16px 0;
	font-size: 14px;
}

.site-footer-nav a {
	color: #333;
	text-decoration: none;
}

.site-footer-nav a:hover {
	text-decoration: underline;
}

.site-copyright {
	text-align: center;
	padding: 16px 16px 32px;
	font-size: 14px;
	color: #333;
	background: #f7f7f7;
	border-top: 1px solid #e0e0e0;
}
