.responsibility-term-body {
	background: #eef1f5;
	color: #222831;
}

.responsibility-term-shell {
	padding-top: 2rem;
	padding-bottom: 3rem;
}

.responsibility-term-sheet {
	min-height: 297mm;
	padding: 18mm 20mm;
	border-top: 5px solid #f58220;
}

.responsibility-term-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.3rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #d9dde4;
	text-align: center;
}

.responsibility-term-logo {
	display: block;
	width: auto;
	max-width: 240px;
	height: auto;
	max-height: 110px;
	margin-bottom: 0.65rem;
	object-fit: contain;
}

.responsibility-term-header address {
	margin: 0;
	font-size: 0.88rem;
	font-style: normal;
	line-height: 1.45;
}

.responsibility-term-header a {
	color: #49515c;
	font-size: 0.88rem;
	font-weight: 600;
	text-decoration: none;
}

.responsibility-term-sheet h1 {
	margin: 2rem 0 1.65rem;
	color: #222831;
	font-size: 1.3rem;
	font-weight: 800;
	letter-spacing: 0.035em;
	text-align: center;
}

.responsibility-term-text {
	font-size: 0.96rem;
	line-height: 1.75;
	text-align: justify;
	white-space: pre-line;
}

@media (max-width: 767.98px) {
	.responsibility-term-shell {
		padding: 1rem;
	}

	.responsibility-term-sheet {
		min-height: auto;
		padding: 2rem 1.5rem;
	}

	.responsibility-term-logo {
		max-width: 190px;
		max-height: 90px;
	}
}

@media print {
	@page {
		size: A4 portrait;
		margin: 0;
	}

	.responsibility-term-body,
	.responsibility-term-shell {
		background: #fff;
	}

	.responsibility-term-shell {
		padding: 0;
	}

	.responsibility-term-sheet {
		box-shadow: none;
	}
}
