.teco-product-story-blocks {
	--teco-story-navy: #06243a;
	--teco-story-blue: #0b5f8f;
	--teco-story-orange: #f5a400;
	--teco-story-border: #dbe5ee;
	--teco-story-muted: #64748b;
	background: #fff;
	color: #1f2937;
}

.teco-story-gap {
	height: 26px;
	background: #fff;
}

.teco-story-section {
	background: var(--teco-story-section-bg, #fff);
	border: 1px solid var(--teco-story-border);
	padding: 30px;
	margin-bottom: 0;
	box-shadow: 0 12px 34px rgba(15, 23, 42, 0.06);
}

.teco-story-section__inner {
	width: 100%;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.teco-story-section__heading {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
}

.teco-story-section__heading h2 {
	margin: 0;
	color: inherit;
	font-size: 28px;
	line-height: 1.18;
	font-weight: 800;
}

.teco-story-section__body {
	font-size: 16px;
	line-height: 1.75;
	color: inherit;
}

.teco-story-section__layout {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 28px;
	align-items: start;
}

.teco-story-section--media-right .teco-story-section__layout {
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}

.teco-story-section__content {
	min-width: 0;
}

.teco-story-media {
	display: grid;
	grid-template-columns: repeat(var(--teco-story-media-cols, 1), minmax(0, 1fr));
	gap: 14px;
	margin: 0 0 20px;
}

.teco-story-section__layout .teco-story-media {
	margin-bottom: 0;
}

.teco-story-media--cols-1 {
	--teco-story-media-cols: 1;
}

.teco-story-media--cols-2 {
	--teco-story-media-cols: 2;
}

.teco-story-media--cols-3 {
	--teco-story-media-cols: 3;
}

.teco-story-media--cols-4 {
	--teco-story-media-cols: 4;
}

.teco-story-media__item {
	margin: 0;
	background: #fff;
	border: 1px solid var(--teco-story-border);
	padding: 10px;
}

.teco-story-media__item img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
}

.teco-story-media__caption {
	margin-top: 10px;
	color: inherit;
	font-size: 15px;
	line-height: 1.35;
	font-weight: 600;
	text-align: center;
}

.teco-story-section__body p {
	margin: 0 0 16px;
}

.teco-story-section__body p:last-child {
	margin-bottom: 0;
}

.teco-story-section__body table {
	width: 100%;
	border-collapse: collapse;
	margin: 18px 0 0;
	background: #fff;
	color: #1f2937;
	font-size: 14px;
}

.teco-story-section__body table th {
	background: var(--teco-story-blue);
	color: #fff;
	font-weight: 700;
}

.teco-story-section__body table th,
.teco-story-section__body table td {
	border: 1px solid var(--teco-story-border);
	padding: 12px;
	vertical-align: top;
}

.teco-story-section__body img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 12px auto;
}

.teco-story-pdf {
	border: 1px solid var(--teco-story-border);
	background: #f8fafc;
}

.teco-story-pdf summary {
	cursor: pointer;
	list-style: none;
	padding: 15px 18px;
	background: var(--teco-story-navy);
	color: #fff;
	font-weight: 800;
}

.teco-story-pdf summary::-webkit-details-marker {
	display: none;
}

.teco-story-pdf summary::after {
	content: "+";
	float: right;
	font-size: 20px;
	line-height: 1;
	color: var(--teco-story-orange);
}

.teco-story-pdf[open] summary::after {
	content: "-";
}

.teco-story-pdf__frame-wrap {
	background: #fff;
	padding: 14px;
}

.teco-story-pdf__frame {
	display: block;
	width: 100%;
	min-height: 620px;
	border: 1px solid var(--teco-story-border);
	background: #fff;
}

.teco-story-section__body--after-pdf {
	margin-top: 18px;
}

@media (max-width: 1024px) {
}

@media (max-width: 767px) {
	.teco-story-section {
		padding: 22px;
	}

	.teco-story-section__inner {
		width: 100%;
	}

	.teco-story-section__heading h2 {
		font-size: 23px;
	}

	.teco-story-section__layout,
	.teco-story-section--media-right .teco-story-section__layout {
		grid-template-columns: 1fr;
	}

	.teco-story-media--cols-3,
	.teco-story-media--cols-4 {
		--teco-story-media-cols: 2;
	}

	.teco-story-pdf__frame {
		min-height: 460px;
	}
}
