/* === ЭТАП 2: taxonomy-shop.php (архив категорий Магазина) === */
/* Переиспользует .stl2-hero/.stl2-container/.stl2-shop-layout/.stl2-shop-sidebar/
   .stl2-shop-content/.stl2-shop-toolbar/.stl2-shop-search/.stl2-shop-grid/
   .stl2-product-card/.stl2-callout/.stl2-pagination/.stl2-btn/.stl2-stepper
   из page-flexible-content.css и shop.css. Ниже — карточка объединённого
   content+after_content: .stl2-richtext сама по себе не задаёт типографику
   (тот же баг, что чинили в single-product.php — унаследованный легаси Roboto),
   поэтому здесь полноценный набор стилей на всю ширину контейнера. */

.stl2-taxshop-content-card {
	margin-top: 40px;
	margin-bottom: 56px;
	background: #fff;
	border: 1px solid #E5E7EB;
	border-radius: 14px;
	padding: 32px;
}

.stl2-taxshop-content-card p {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	color: #444;
	line-height: 1.75;
	margin-bottom: 16px;
}
.stl2-taxshop-content-card p:last-child {
	margin-bottom: 0;
}

.stl2-taxshop-content-card h2,
.stl2-taxshop-content-card h3 {
	font-weight: 800;
	color: #1A1A1A;
	font-family: Montserrat, sans-serif;
	padding-left: 18px;
	border-left: 4px solid #F34423;
	margin: 32px 0 16px;
}
.stl2-taxshop-content-card h2 {
	font-size: 24px;
}
.stl2-taxshop-content-card h3 {
	font-size: 18px;
}
.stl2-taxshop-content-card > :first-child {
	margin-top: 0;
}

.stl2-taxshop-content-card ul,
.stl2-taxshop-content-card ol {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	color: #444;
	line-height: 1.75;
	margin: 0 0 16px;
	padding-left: 22px;
}
.stl2-taxshop-content-card li {
	font-family: Montserrat, sans-serif;
	font-size: 15px;
	color: #444;
	line-height: 1.75;
	margin-bottom: 6px;
}
.stl2-taxshop-content-card ul:last-child,
.stl2-taxshop-content-card ol:last-child {
	margin-bottom: 0;
}

.stl2-taxshop-content-card img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
	margin-bottom: 16px;
}

.stl2-taxshop-content-card strong,
.stl2-taxshop-content-card b {
	font-weight: 700;
	color: #1A1A1A;
}

@media (max-width: 600px) {
	.stl2-taxshop-content-card {
		padding: 20px;
	}
}
