/**
 * Category 1 template — category card Gutenberg content.
 */

.page-template-category-1 .category_box_content__body {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.page-template-category-1 .category_box_content__body > :first-child {
	margin-top: 0;
}

.page-template-category-1 .category_box_content__body > :last-child {
	margin-bottom: 0;
}

.page-template-category-1 .category_box_content__body p,
.page-template-category-1 .category_box_content__body .wp-block-paragraph {
	width: 100%;
	float: left;
	margin-bottom: 16px;
	font-size: var(--dt-body, 16px);
	line-height: var(--dt-line-body, 1.65);
	font-weight: 300;
	color: #666;
}

.page-template-category-1 .category_box_content__body h2,
.page-template-category-1 .category_box_content__body h3,
.page-template-category-1 .category_box_content__body h4,
.page-template-category-1 .category_box_content__body .wp-block-heading {
	width: 100%;
	float: left;
	margin: 0 0 12px;
	font-weight: 500;
	color: #222;
}

.page-template-category-1 .category_box_content__body ul,
.page-template-category-1 .category_box_content__body ol {
	margin: 0 0 16px 1.1em;
	padding: 0;
}

.page-template-category-1 .category_box_content__body img {
	max-width: 100%;
	height: auto;
}

.page-template-category-1 .category_box_content__body .wp-block-buttons {
	margin-bottom: 16px;
}

/* B2B Advantages — #product_hero highlights list (matches Product View 2 styling) */
.page-template-category-1 #product_hero_r #product_features.product_features,
.page-template-category-1 #product_hero_r .product_features {
	width: 100%;
	float: left;
	margin-bottom: 45px;
}

.page-template-category-1 .product_features__list {
	position: relative;
	width: 100%;
	float: left;
	margin: 0;
	padding: 6px 0 6px 30px;
	list-style: none;
}

.page-template-category-1 .product_features__list::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 14px;
	bottom: 14px;
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(
		180deg,
		rgba(199, 162, 124, 0) 0%,
		rgba(199, 162, 124, 0.55) 18%,
		rgba(155, 123, 88, 0.75) 50%,
		rgba(199, 162, 124, 0.55) 82%,
		rgba(199, 162, 124, 0) 100%
	);
}

.page-template-category-1 .product_features__list li {
	position: relative;
	padding: 17px 12px 17px 38px;
	border-bottom: 1px solid rgba(232, 237, 242, 0.75);
	font-size: var(--dt-body, 16px);
	line-height: var(--dt-line-body, 1.62);
	font-weight: 400;
	color: #5a5a5a;
}

.page-template-category-1 .product_features__list li:last-child {
	border-bottom: none;
	padding-bottom: 14px;
}

.page-template-category-1 .product_features__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ebe3d9;
	transform: translateY(-50%);
}

.page-template-category-1 .product_features__list li::after {
	content: '';
	position: absolute;
	left: 8px;
	top: 50%;
	width: 5px;
	height: 10px;
	margin-top: -1px;
	border: solid #9b7b58;
	border-width: 0 2px 2px 0;
	transform: translateY(-60%) rotate(45deg);
	opacity: 0.9;
}
