.ixp-bs {
	box-sizing: border-box;
	isolation: isolate;
	direction: ltr;
	text-align: left;
}

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

.ixp-bs-wrap {
	padding-top: 8px;
}

.ixp-bs-empty {
	padding: 40px 0;
	text-align: center;
	color: var(--ix-wc-muted, #5a6570);
	font-size: 16px;
}

.ixp-bs-article {
	min-width: 0;
}

.ixp-bs-header {
	margin-bottom: 28px;
}

.ixp-bs-tag {
	display: inline-block;
	background: var(--ix-wc-gradient, linear-gradient(135deg, #d6e1f6 0%, #cef6dd 100%));
	color: var(--ix-wc-link, #1a2d42);
	border-radius: 5px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 14px;
}

.ixp-bs-title {
	margin: 0 0 16px;
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
	color: var(--ix-wc-text, #0f1419);
	letter-spacing: -0.02em;
}

.ixp-bs-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	color: var(--ix-wc-muted, #5a6570);
}

.ixp-bs-meta__dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--ix-wc-border, #d8e3ef);
}

.ixp-bs-media {
	margin: 0 0 32px;
	border-radius: var(--ix-wc-radius, 14px);
	overflow: hidden;
	background: var(--ix-wc-bg, #f7f9fc);
	border: 1px solid var(--ix-wc-border, #d8e3ef);
}

.ixp-bs-media img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 420px;
	object-fit: cover;
}

.ixp-bs--no-media .ixp-bs-header {
	padding-bottom: 22px;
	border-bottom: 1px solid var(--ix-wc-border, #d8e3ef);
	margin-bottom: 28px;
}

.ixp-bs-body {
	font-size: 17px;
	line-height: 1.85;
	color: var(--ix-wc-text, #0f1419);
}

.ixp-bs-body > *:first-child {
	margin-top: 0;
}

.ixp-bs-body > *:last-child {
	margin-bottom: 0;
}

.ixp-bs-body p {
	margin: 0 0 1.2em;
	color: var(--ix-wc-muted, #5a6570);
}

.ixp-bs-body h2,
.ixp-bs-body h3,
.ixp-bs-body h4 {
	color: var(--ix-wc-text, #0f1419);
	line-height: 1.3;
	margin: 1.7em 0 0.7em;
	font-weight: 700;
}

.ixp-bs-body h2 {
	font-size: 28px;
}

.ixp-bs-body h3 {
	font-size: 22px;
}

.ixp-bs-body h4 {
	font-size: 18px;
}

.ixp-bs-body a {
	color: var(--ix-wc-link, #1a2d42);
	text-decoration: underline;
	text-underline-offset: 2px;
}

.ixp-bs-body ul,
.ixp-bs-body ol {
	margin: 0 0 1.2em;
	padding-left: 1.35em;
	color: var(--ix-wc-muted, #5a6570);
}

.ixp-bs-body li + li {
	margin-top: 0.4em;
}

.ixp-bs-body blockquote {
	margin: 1.5em 0;
	padding: 16px 20px;
	border-left: 3px solid #c4d4ec;
	background: var(--ix-wc-bg, #f7f9fc);
	border-radius: 0 var(--ix-wc-radius-sm, 10px) var(--ix-wc-radius-sm, 10px) 0;
	color: var(--ix-wc-text, #0f1419);
}

.ixp-bs-body img {
	max-width: 100%;
	height: auto;
	border-radius: var(--ix-wc-radius-sm, 10px);
}

.ixp-bs-body figure {
	margin: 1.5em 0;
}

.ixp-bs-body figcaption {
	margin-top: 0.55em;
	font-size: 13px;
	color: var(--ix-wc-muted, #5a6570);
}

.ixp-bs-body pre,
.ixp-bs-body code {
	font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.ixp-bs-body pre {
	overflow: auto;
	padding: 14px 16px;
	border-radius: var(--ix-wc-radius-sm, 10px);
	background: var(--ix-wc-bg, #f7f9fc);
	border: 1px solid var(--ix-wc-border, #d8e3ef);
}

.ixp-bs-body table {
	width: 100%;
	border-collapse: collapse;
	margin: 1.5em 0;
}

.ixp-bs-body th,
.ixp-bs-body td {
	border: 1px solid var(--ix-wc-border, #d8e3ef);
	padding: 10px 12px;
	text-align: left;
}

.ixp-bs-footer {
	margin-top: 40px;
	padding-top: 22px;
	border-top: 1px solid var(--ix-wc-border, #d8e3ef);
}

.ixp-bs-back {
	display: inline-block;
	color: var(--ix-wc-link, #1a2d42);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
}

.ixp-bs-back:hover {
	text-decoration: underline;
}

@media (max-width: 900px) {
	.ixp-bs-title {
		font-size: 32px;
	}

	.ixp-bs-media img {
		max-height: 300px;
	}
}

@media (max-width: 650px) {
	.ixp-bs-title {
		font-size: 26px;
	}

	.ixp-bs-body {
		font-size: 16px;
	}

	.ixp-bs-body h2 {
		font-size: 24px;
	}

	.ixp-bs-body h3 {
		font-size: 20px;
	}

	.ixp-bs-media img {
		max-height: 220px;
	}
}
