/* B2B industrial blog content blocks. Loaded only on single blog posts. */
.webok-blog-single .webok-blog-single__body .b2b-short-answer,
.single-post .webok-blog-single__body .b2b-short-answer {
	box-sizing: border-box;
	max-width: 100%;
	margin: 24px 0;
	padding: 16px 20px;
	border: 1px solid #d9e8e1;
	border-left: 4px solid #16805f;
	border-radius: 0;
	background: #f3f8f5;
	box-shadow: none;
	color: #24443d;
	line-height: 1.75;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body .b2b-short-answer p:last-child,
.single-post .webok-blog-single__body .b2b-short-answer p:last-child,
.webok-blog-single .webok-blog-single__body .b2b-engineering-note p:last-child,
.single-post .webok-blog-single__body .b2b-engineering-note p:last-child,
.webok-blog-single .webok-blog-single__body .b2b-reference-note p:last-child,
.single-post .webok-blog-single__body .b2b-reference-note p:last-child {
	margin-bottom: 0;
}

.webok-blog-single .webok-blog-single__body .b2b-warning-list,
.single-post .webok-blog-single__body .b2b-warning-list {
	box-sizing: border-box;
	max-width: 100%;
	margin: 28px 0;
	padding: 18px 22px;
	border: 1px solid #dddddd;
	border-radius: 0;
	background: #f6f6f6;
	box-shadow: none;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body .b2b-warning-row,
.single-post .webok-blog-single__body .b2b-warning-row {
	display: grid;
	grid-template-columns: minmax(140px, 180px) minmax(0, 1fr);
	gap: 18px;
	margin-bottom: 14px;
}

.webok-blog-single .webok-blog-single__body .b2b-warning-row:last-child,
.single-post .webok-blog-single__body .b2b-warning-row:last-child {
	margin-bottom: 0;
}

.webok-blog-single .webok-blog-single__body .b2b-warning-title,
.single-post .webok-blog-single__body .b2b-warning-title {
	min-width: 0;
	color: #1f2725;
	font-weight: 700;
	line-height: 1.55;
}

.webok-blog-single .webok-blog-single__body .b2b-warning-text,
.single-post .webok-blog-single__body .b2b-warning-text {
	min-width: 0;
	line-height: 1.75;
}

.webok-blog-single .webok-blog-single__body .b2b-engineering-note,
.single-post .webok-blog-single__body .b2b-engineering-note {
	box-sizing: border-box;
	max-width: 100%;
	margin: 30px 0;
	padding: 18px 22px;
	border-left: 4px solid #26302d;
	border-radius: 0;
	background: #f6f6f6;
	box-shadow: none;
	line-height: 1.8;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body .b2b-engineering-note strong,
.single-post .webok-blog-single__body .b2b-engineering-note strong {
	color: #1f2725;
	font-weight: 700;
}

.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist,
.single-post .webok-blog-single__body .b2b-buyer-checklist {
	box-sizing: border-box;
	max-width: 100%;
	margin: 28px 0;
	padding: 18px 22px;
	border: 1px solid #d9e8e1;
	border-radius: 0;
	background: #f3f8f5;
	box-shadow: none;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist h3,
.single-post .webok-blog-single__body .b2b-buyer-checklist h3 {
	margin-top: 0;
	margin-bottom: 12px;
	color: #1f2725;
}

.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist ul,
.single-post .webok-blog-single__body .b2b-buyer-checklist ul,
.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist ol,
.single-post .webok-blog-single__body .b2b-buyer-checklist ol {
	margin-bottom: 0;
	padding-left: 22px;
}

.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist li + li,
.single-post .webok-blog-single__body .b2b-buyer-checklist li + li {
	margin-top: 6px;
}

.webok-blog-single .webok-blog-single__body .b2b-quote-block,
.single-post .webok-blog-single__body .b2b-quote-block {
	box-sizing: border-box;
	max-width: 100%;
	margin: 32px 0;
	padding: 22px 26px;
	border: 0;
	border-left: 4px solid #26302d;
	border-radius: 0;
	background: #f6f6f6;
	box-shadow: none;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body .b2b-quote-block p,
.single-post .webok-blog-single__body .b2b-quote-block p {
	margin: 0 0 14px;
	color: #1f2725;
	font-size: 18px;
	line-height: 1.8;
}

.webok-blog-single .webok-blog-single__body .b2b-quote-block cite,
.single-post .webok-blog-single__body .b2b-quote-block cite {
	color: #666666;
	font-style: normal;
}

.webok-blog-single .webok-blog-single__body .b2b-reference-note,
.single-post .webok-blog-single__body .b2b-reference-note {
	box-sizing: border-box;
	max-width: 100%;
	margin: 24px 0;
	padding: 14px 18px;
	border: 1px solid #e1e1e1;
	border-radius: 0;
	background: #f8f8f8;
	box-shadow: none;
	color: #555555;
	font-size: 14px;
	line-height: 1.7;
	overflow-wrap: break-word;
}

.webok-blog-single .webok-blog-single__body table.b2b-comparison-table,
.single-post .webok-blog-single__body table.b2b-comparison-table,
.webok-blog-single .webok-blog-single__body .b2b-comparison-table table,
.single-post .webok-blog-single__body .b2b-comparison-table table {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	margin: 28px 0;
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	background: #ffffff;
	font-size: 15px;
}

.webok-blog-single .webok-blog-single__body table.b2b-comparison-table th,
.webok-blog-single .webok-blog-single__body table.b2b-comparison-table td,
.single-post .webok-blog-single__body table.b2b-comparison-table th,
.single-post .webok-blog-single__body table.b2b-comparison-table td,
.webok-blog-single .webok-blog-single__body .b2b-comparison-table table th,
.webok-blog-single .webok-blog-single__body .b2b-comparison-table table td,
.single-post .webok-blog-single__body .b2b-comparison-table table th,
.single-post .webok-blog-single__body .b2b-comparison-table table td {
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	text-align: left;
	vertical-align: top;
}

.webok-blog-single .webok-blog-single__body table.b2b-comparison-table th,
.single-post .webok-blog-single__body table.b2b-comparison-table th,
.webok-blog-single .webok-blog-single__body .b2b-comparison-table table th,
.single-post .webok-blog-single__body .b2b-comparison-table table th {
	background: #f1f3f4;
	color: #1f2725;
	font-weight: 700;
}

.webok-blog-single .webok-blog-single__body table.b2b-comparison-table td,
.single-post .webok-blog-single__body table.b2b-comparison-table td,
.webok-blog-single .webok-blog-single__body .b2b-comparison-table table td,
.single-post .webok-blog-single__body .b2b-comparison-table table td {
	color: #2d4c55;
}

.webok-blog-single .webok-blog-single__body .b2b-comparison-table,
.single-post .webok-blog-single__body .b2b-comparison-table {
	max-width: 100%;
}

.webok-blog-single .webok-blog-single__body a,
.single-post .webok-blog-single__body a {
	text-underline-offset: 3px;
}

@media (max-width: 768px) {
	.webok-blog-single .webok-blog-single__body .b2b-short-answer,
	.single-post .webok-blog-single__body .b2b-short-answer,
	.webok-blog-single .webok-blog-single__body .b2b-warning-list,
	.single-post .webok-blog-single__body .b2b-warning-list,
	.webok-blog-single .webok-blog-single__body .b2b-engineering-note,
	.single-post .webok-blog-single__body .b2b-engineering-note,
	.webok-blog-single .webok-blog-single__body .b2b-buyer-checklist,
	.single-post .webok-blog-single__body .b2b-buyer-checklist,
	.webok-blog-single .webok-blog-single__body .b2b-quote-block,
	.single-post .webok-blog-single__body .b2b-quote-block,
	.webok-blog-single .webok-blog-single__body .b2b-reference-note,
	.single-post .webok-blog-single__body .b2b-reference-note {
		padding-right: 16px;
		padding-left: 16px;
	}

	.webok-blog-single .webok-blog-single__body .b2b-warning-row,
	.single-post .webok-blog-single__body .b2b-warning-row {
		grid-template-columns: 1fr;
		gap: 6px;
	}

	.webok-blog-single .webok-blog-single__body table.b2b-comparison-table,
	.single-post .webok-blog-single__body table.b2b-comparison-table,
	.webok-blog-single .webok-blog-single__body .b2b-comparison-table table,
	.single-post .webok-blog-single__body .b2b-comparison-table table {
		display: block;
		width: 100%;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		border-radius: 0;
	}

	.webok-blog-single .webok-blog-single__body table.b2b-comparison-table > thead,
	.webok-blog-single .webok-blog-single__body table.b2b-comparison-table > tbody,
	.single-post .webok-blog-single__body table.b2b-comparison-table > thead,
	.single-post .webok-blog-single__body table.b2b-comparison-table > tbody,
	.webok-blog-single .webok-blog-single__body .b2b-comparison-table table > thead,
	.webok-blog-single .webok-blog-single__body .b2b-comparison-table table > tbody,
	.single-post .webok-blog-single__body .b2b-comparison-table table > thead,
	.single-post .webok-blog-single__body .b2b-comparison-table table > tbody {
		display: table;
		width: 100%;
		min-width: 680px;
		table-layout: auto;
	}

	.webok-blog-single .webok-blog-single__body table.b2b-comparison-table th,
	.webok-blog-single .webok-blog-single__body table.b2b-comparison-table td,
	.single-post .webok-blog-single__body table.b2b-comparison-table th,
	.single-post .webok-blog-single__body table.b2b-comparison-table td,
	.webok-blog-single .webok-blog-single__body .b2b-comparison-table table th,
	.webok-blog-single .webok-blog-single__body .b2b-comparison-table table td,
	.single-post .webok-blog-single__body .b2b-comparison-table table th,
	.single-post .webok-blog-single__body .b2b-comparison-table table td {
		min-width: 150px;
		white-space: normal;
		word-break: break-word;
	}
}
