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

html,
body {
	margin: 0;
	padding-bottom: 0;
	min-height: 0;
	font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 1.6;
	color: #1d1d1d;
	background: #fff;
}

.hir-advertorial-bar {
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px 16px;
	margin: 0;
	background-color: #1d1d1d;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.hir-legal-header {
	background: #f1f1f1;
	border-bottom: 1px solid rgba(2, 1, 1, 0.1);
	padding: 16px;
	text-align: center;
}

.hir-site-logo {
	display: inline-block;
	line-height: 0;
	text-decoration: none;
}

.hir-site-logo img {
	width: auto;
	max-width: min(100%, 480px);
	max-height: 92px;
	height: auto;
}

.hir-legal-main {
	max-width: 800px;
	margin: 0 auto;
	padding: 32px 20px 24px;
}

.hir-legal-main h1 {
	font-size: 2rem;
	margin: 0 0 8px;
	line-height: 1.3;
}

.hir-legal-meta {
	color: #5c5c5c;
	font-size: 14px;
	margin-bottom: 28px;
}

.hir-legal-main h2 {
	font-size: 1.25rem;
	margin: 28px 0 12px;
	color: #1d1d1d;
}

.hir-legal-main p,
.hir-legal-main li {
	margin: 0 0 12px;
}

.hir-legal-main ul {
	padding-left: 1.25rem;
	margin: 0 0 16px;
}

.hir-legal-main a {
	color: #eb0404;
}

.hir-contact-box {
	background: #f9f9f9;
	border: 1px solid #e5e5e5;
	border-radius: 8px;
	padding: 24px;
	margin: 24px 0;
}

.hir-contact-box p:last-child {
	margin-bottom: 0;
}

.hir-legal-footer {
	border-top: 1px solid #d3d3d3;
	padding: 24px 20px 20px;
	text-align: center;
}

.hir-legal-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 24px;
}

.hir-legal-nav a {
	color: rgba(29, 29, 29, 0.68);
	text-decoration: none;
	font-size: 14px;
}

.hir-legal-nav a:hover,
.hir-legal-nav a:focus {
	color: #1d1d1d;
}

.hir-copyright {
	font-size: 14px;
	color: rgba(29, 29, 29, 0.68);
	margin: 0;
}

@media (max-width: 767px) {
	.hir-site-logo img {
		max-width: 340px;
		max-height: 72px;
	}

	.hir-legal-main h1 {
		font-size: 1.5rem;
	}
}
