.yubeen-product-specifications { width: 100%; }
.yubeen-spec-section { margin: 0 0 28px; }
.yubeen-spec-section-title {
	margin: 0;
	padding: 13px 18px;
	background: #1f6070;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}
.yubeen-spec-table-wrapper { width: 100%; overflow-x: auto; }
.yubeen-spec-table { width: 100%; border-collapse: collapse; background: #fff; }
.yubeen-spec-table th,
.yubeen-spec-table td {
	width: 50%;
	padding: 13px 18px;
	border: 1px solid #dbe3e7;
	text-align: left;
	vertical-align: top;
}
.yubeen-spec-table th { background: #f5f8f9; font-weight: 600; }
.yubeen-spec-table tr:nth-child(even) td { background: #fafcfc; }
.yubeen-spec-unit { margin-left: .25em; white-space: nowrap; }
.yubeen-spec-inline-label { margin-right: .35em; font-weight: 600; }
.yubeen-spec-value { display: inline; }
.yubeen-spec-error {
	padding: 12px 14px;
	border: 1px solid #d63638;
	background: #fff5f5;
	color: #b32d2e;
}
@media (max-width: 767px) {
	.yubeen-spec-section-title { font-size: 16px; }
	.yubeen-spec-table th,
	.yubeen-spec-table td { padding: 10px 12px; font-size: 14px; }
}
