.ba-inst-main {
	padding: 26px 0 42px;
	background: #f8fafc;
}

.ba-inst-breadcrumb__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	font-size: 0.86rem;
	color: #64748b;
}

.ba-inst-breadcrumb__list li:not(:last-child)::after {
	content: "/";
	margin-left: 10px;
	color: #94a3b8;
}

.ba-inst-breadcrumb__list a {
	color: #475569;
	text-decoration: none;
}

.ba-inst-breadcrumb__list a:hover {
	color: #0f172a;
	text-decoration: underline;
}

.ba-inst-head {
	margin: 12px 0 14px;
}

.ba-inst-title {
	margin: 0;
	font-size: clamp(1.6rem, 3.4vw, 2.2rem);
	line-height: 1.15;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.ba-inst-content {
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: clamp(18px, 3vw, 28px);
	color: #1e293b;
	line-height: 1.68;
	font-size: 1rem;
}

.ba-inst-content h2,
.ba-inst-content h3 {
	color: #0f172a;
	letter-spacing: -0.01em;
}

.ba-inst-content h2 {
	font-size: 1.45rem;
	margin: 1.4em 0 .55em;
}

.ba-inst-content h2:first-child {
	margin-top: 0;
}

.ba-inst-content h3 {
	font-size: 1.15rem;
	margin: 1.15em 0 .45em;
}

.ba-inst-content ul {
	padding-left: 1.2rem;
}

.ba-inst-content a {
	color: #c2185b;
	font-weight: 600;
	text-decoration: none;
}

.ba-inst-content a:hover {
	text-decoration: underline;
}

.ba-inst-related {
	margin-top: 14px;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	padding: 16px 20px;
}

.ba-inst-related h2 {
	margin: 0 0 8px;
	font-size: 1.02rem;
	color: #0f172a;
}

.ba-inst-related ul {
	margin: 0;
	padding-left: 1.1rem;
}

.ba-inst-related a {
	color: #475569;
	font-weight: 600;
	text-decoration: none;
}

.ba-inst-related a:hover {
	color: #0f172a;
	text-decoration: underline;
}

.ba-inst-cookie-pref {
	display: inline-block;
	margin-top: 8px;
	color: #c2185b !important;
}

@media (max-width: 640px) {
	.ba-inst-main {
		padding-top: 18px;
	}
}
