/* Kitchenu - Blog archive + single Win11 */

@import url('/wp-content/uploads/ku/ku-product-description.css?20260867');

body.blog,
body.single-post,
body.category,
body.tag,
body.archive {
	background: linear-gradient(160deg, #f8fafc 0%, #fff7ed 38%, #f1f5f9 100%) !important;
}

body.blog .blog-wrapper,
body.single-post .blog-wrapper,
body.category .blog-wrapper,
body.tag .blog-wrapper,
body.archive .blog-wrapper {
	padding-top: 10px !important;
}

/* ===== Layout stability ===== */
body.blog .blog-wrapper .row.row-large.row-divided,
body.single-post .blog-wrapper .row.row-large.row-divided,
body.category .blog-wrapper .row.row-large.row-divided {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: flex-start !important;
	gap: 18px !important;
	margin: 0 !important;
}

body.blog .blog-wrapper .row.row-large.row-divided > .col,
body.single-post .blog-wrapper .row.row-large.row-divided > .col,
body.category .blog-wrapper .row.row-large.row-divided > .col {
	border: none !important;
	padding: 0 !important;
	float: none !important;
	max-width: none !important;
	flex: 1 1 auto !important;
}

body.blog .blog-wrapper .row.row-large.row-divided > .large-9,
body.single-post .blog-wrapper .row.row-large.row-divided > .large-9,
body.category .blog-wrapper .row.row-large.row-divided > .large-9 {
	width: calc(100% - 348px) !important;
	max-width: calc(100% - 348px) !important;
	flex: 1 1 calc(100% - 348px) !important;
	min-width: 0 !important;
}

body.blog .blog-wrapper .row.row-large.row-divided > .post-sidebar,
body.single-post .blog-wrapper .row.row-large.row-divided > .post-sidebar,
body.category .blog-wrapper .row.row-large.row-divided > .post-sidebar {
	width: 328px !important;
	max-width: 328px !important;
	flex: 0 0 328px !important;
}

body.blog #post-list > .row,
body.category #post-list > .row {
	display: flex !important;
	flex-direction: column !important;
	gap: 14px !important;
	margin: 0 !important;
}

body.blog #post-list > .row::before,
body.blog #post-list > .row::after,
body.category #post-list > .row::before,
body.category #post-list > .row::after {
	display: none !important;
}

body.blog #post-list .col.post-item,
body.category #post-list .col.post-item {
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	flex: 0 0 auto !important;
}

body.blog #post-list .col.post-item .col-inner,
body.category #post-list .col.post-item .col-inner {
	padding: 0 !important;
}

/* ===== Post cards ===== */
body.blog .box-blog-post,
body.category .box-blog-post,
body.tag .box-blog-post,
body.archive .box-blog-post {
	position: relative !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: stretch !important;
	overflow: hidden !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 20px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	backdrop-filter: blur(18px) saturate(160%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 10px 28px rgba(15, 23, 42, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
	transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease !important;
}

body.blog .box-blog-post:hover,
body.category .box-blog-post:hover {
	transform: translateY(-2px) !important;
	border-color: #fed7aa !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 16px 36px rgba(249, 115, 22, 0.12),
		inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

body.blog .box-blog-post .box-image,
body.category .box-blog-post .box-image {
	width: 38% !important;
	min-width: 220px !important;
	max-width: 320px !important;
	flex: 0 0 38% !important;
	border: none !important;
	overflow: hidden !important;
}

body.blog .box-blog-post .box-image .image-cover,
body.category .box-blog-post .box-image .image-cover {
	border-radius: 0 !important;
}

body.blog .box-blog-post .box-image img,
body.category .box-blog-post .box-image img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	padding: 0 !important;
	border-radius: 0 !important;
}

body.blog .box-blog-post .box-text,
body.category .box-blog-post .box-text {
	flex: 1 1 auto !important;
	min-width: 0 !important;
	padding: 18px 18px 18px 14px !important;
}

body.blog .box-blog-post .post-title,
body.category .box-blog-post .post-title {
	margin: 0 0 8px !important;
	font-size: 17px !important;
	font-weight: 800 !important;
	line-height: 1.65 !important;
}

body.blog .box-blog-post .post-title a,
body.category .box-blog-post .post-title a {
	color: #0f172a !important;
	text-decoration: none !important;
}

body.blog .box-blog-post .post-title a:hover,
body.category .box-blog-post .post-title a:hover {
	color: #c2410c !important;
}

body.blog .box-blog-post .is-divider,
body.category .box-blog-post .is-divider {
	display: none !important;
}

body.blog .box-blog-post .from_the_blog_excerpt,
body.category .box-blog-post .from_the_blog_excerpt {
	margin: 0 !important;
	color: #64748b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.9 !important;
}

body.blog .box-blog-post .ku-blog-readmore,
body.category .box-blog-post .ku-blog-readmore {
	display: inline-flex !important;
	align-items: center !important;
	margin-top: 10px !important;
	padding: 8px 14px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	border: 1px solid #fed7aa !important;
	color: #c2410c !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.blog .box-blog-post .post-date.badge-circle,
body.category .box-blog-post .post-date.badge-circle {
	top: 12px !important;
	right: 12px !important;
	left: auto !important;
}

body.blog .box-blog-post .post-date .badge-inner,
body.category .box-blog-post .post-date .badge-inner {
	min-width: 54px !important;
	padding: 8px 10px !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%) !important;
	box-shadow: 0 6px 16px rgba(249, 115, 22, 0.28) !important;
	color: #fff !important;
	text-align: center !important;
	line-height: 1.2 !important;
}

body.blog .box-blog-post .post-date-day,
body.category .box-blog-post .post-date-day {
	font-size: 16px !important;
	font-weight: 800 !important;
}

body.blog .box-blog-post .post-date-month,
body.category .box-blog-post .post-date-month {
	font-size: 11px !important;
	font-weight: 700 !important;
	opacity: 0.95 !important;
}

/* ===== Pagination ===== */
body.blog .nav-pagination,
body.category .nav-pagination {
	margin-top: 18px !important;
	padding: 10px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 16px !important;
	background: rgba(255, 255, 255, 0.9) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

body.blog .nav-pagination .page-number,
body.category .nav-pagination .page-number {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-width: 40px !important;
	height: 40px !important;
	margin: 0 4px !important;
	padding: 0 12px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	background: #fff !important;
	color: #334155 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
}

body.blog .nav-pagination .page-number.current,
body.category .nav-pagination .page-number.current {
	border-color: #fdba74 !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	color: #c2410c !important;
}

body.blog .nav-pagination a.page-number:hover,
body.category .nav-pagination a.page-number:hover {
	border-color: #fed7aa !important;
	background: #fff7ed !important;
	color: #9a3412 !important;
}

/* ===== Sidebar widgets ===== */
body.blog .post-sidebar .widget,
body.single-post .post-sidebar .widget,
body.category .post-sidebar .widget {
	margin-bottom: 14px !important;
	padding: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	backdrop-filter: blur(18px) saturate(160%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 10px 28px rgba(15, 23, 42, 0.07),
		inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.blog .post-sidebar .widget-title,
body.single-post .post-sidebar .widget-title,
body.category .post-sidebar .widget-title,
body.archive .post-sidebar .widget-title {
	margin: 0 0 12px !important;
	padding: 0 !important;
	border: none !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	text-align: center !important;
}

body.blog .post-sidebar .widget .is-divider,
body.single-post .post-sidebar .widget .is-divider,
body.category .post-sidebar .widget .is-divider {
	display: none !important;
}

body.blog .post-sidebar .widget ul,
body.single-post .post-sidebar .widget ul,
body.category .post-sidebar .widget ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

body.blog .post-sidebar .widget_recent_entries li,
body.single-post .post-sidebar .widget_recent_entries li,
body.category .post-sidebar .widget_recent_entries li {
	margin: 0 0 8px !important;
}

body.blog .post-sidebar .widget_recent_entries li:last-child,
body.single-post .post-sidebar .widget_recent_entries li:last-child,
body.category .post-sidebar .widget_recent_entries li:last-child {
	margin-bottom: 0 !important;
}

body.blog .post-sidebar .widget_recent_entries a,
body.single-post .post-sidebar .widget_recent_entries a,
body.category .post-sidebar .widget_recent_entries a {
	display: block !important;
	padding: 10px 12px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%) !important;
	color: #334155 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
	text-decoration: none !important;
}

body.blog .post-sidebar .widget_recent_entries a:hover,
body.single-post .post-sidebar .widget_recent_entries a:hover,
body.category .post-sidebar .widget_recent_entries a:hover {
	border-color: #fed7aa !important;
	background: #fff7ed !important;
	color: #9a3412 !important;
}

/* Custom sidebar cards */
.ku-sidebar-box,
.ku-trust-card {
	border: none !important;
	background: transparent !important;
	box-shadow: none !important;
	padding: 0 !important;
}

body.single-post .post-sidebar .widget:has(.ku-sidebar-contact),
body.blog .post-sidebar .widget:has(.ku-sidebar-contact) {
	padding: 18px 16px 16px !important;
	border: 1px solid #fed7aa !important;
	background:
		radial-gradient(120% 80% at 100% 0%, rgba(251, 146, 60, 0.18), transparent 55%),
		linear-gradient(165deg, #fff7ed 0%, #ffffff 52%, #fffbeb 100%) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 14px 34px rgba(249, 115, 22, 0.14),
		inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

body.single-post .post-sidebar .widget:has(.ku-trust-card),
body.blog .post-sidebar .widget:has(.ku-trust-card) {
	padding: 18px 16px 16px !important;
	border: 1px solid #a7f3d0 !important;
	background:
		radial-gradient(120% 80% at 0% 0%, rgba(16, 185, 129, 0.14), transparent 55%),
		linear-gradient(165deg, #ecfdf5 0%, #ffffff 55%, #f0fdf4 100%) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 14px 34px rgba(16, 185, 129, 0.1),
		inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

.ku-sidebar-contact {
	position: relative !important;
	padding-top: 4px !important;
}

.ku-sidebar-contact::before {
	content: '' !important;
	display: block !important;
	width: 64px !important;
	height: 4px !important;
	margin: 0 auto 14px !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #fb923c, #f97316) !important;
	box-shadow: 0 0 0 4px rgba(249, 115, 22, 0.12) !important;
}

.ku-trust-card {
	position: relative !important;
	padding-top: 2px !important;
	display: flex !important;
	flex-direction: column !important;
	align-items: stretch !important;
}

.ku-trust-card::before {
	content: '' !important;
	display: block !important;
	width: 64px !important;
	height: 4px !important;
	margin: 0 auto 14px !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #34d399, #059669) !important;
	box-shadow: 0 0 0 4px rgba(16, 185, 129, 0.12) !important;
}

.ku-sidebar-title,
.ku-trust-title {
	margin: 0 0 8px !important;
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	line-height: 1.55 !important;
	text-align: center !important;
}

.ku-sidebar-box p,
.ku-trust-subtitle {
	margin: 0 0 12px !important;
	color: #64748b !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.85 !important;
	text-align: center !important;
}

.ku-trust-badge {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 auto 10px !important;
	padding: 6px 12px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	border: 1px solid #fed7aa !important;
	color: #c2410c !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: 0.04em !important;
}

.ku-trust-item {
	display: flex !important;
	align-items: flex-start !important;
	gap: 8px !important;
	margin-bottom: 8px !important;
	padding: 8px 10px !important;
	border-radius: 12px !important;
	background: rgba(255, 255, 255, 0.72) !important;
	border: 1px solid rgba(167, 243, 208, 0.7) !important;
}

.ku-trust-item span {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 22px !important;
	height: 22px !important;
	border-radius: 8px !important;
	background: #ecfdf5 !important;
	color: #059669 !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	flex: 0 0 22px !important;
}

.ku-trust-item p {
	margin: 0 !important;
	color: #334155 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
	line-height: 1.7 !important;
}

.ku-sidebar-btn,
.ku-trust-btn {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	min-height: 46px !important;
	margin-top: 10px !important;
	padding: 0 14px !important;
	border: none !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%) !important;
	color: #fff !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	box-shadow: 0 8px 20px rgba(249, 115, 22, 0.28) !important;
	direction: ltr !important;
	transition: transform 0.18s ease, box-shadow 0.18s ease !important;
}

.ku-sidebar-btn:hover,
.ku-trust-btn:hover {
	transform: translateY(-1px) !important;
	box-shadow: 0 12px 26px rgba(249, 115, 22, 0.34) !important;
	color: #fff !important;
}

.ku-sidebar-btn-light {
	background: linear-gradient(145deg, #ffffff 0%, #fff7ed 100%) !important;
	border: 1px solid #fdba74 !important;
	color: #9a3412 !important;
	box-shadow: none !important;
}

.ku-sidebar-btn-light:hover {
	background: #ffedd5 !important;
	color: #7c2d12 !important;
	box-shadow: none !important;
}

/* Woo sidebar products â ÙØ­ØµÙÙØ§Øª Ù¾ÛØ´ÙÙØ§Ø¯Û */
body.blog .post-sidebar .widget_top_rated_products .widget-title,
body.single-post .post-sidebar .widget_top_rated_products .widget-title,
body.category .post-sidebar .widget_top_rated_products .widget-title,
body.archive .post-sidebar .widget_top_rated_products .widget-title {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
}

body.blog .post-sidebar .widget_top_rated_products .widget-title::before,
body.single-post .post-sidebar .widget_top_rated_products .widget-title::before,
body.category .post-sidebar .widget_top_rated_products .widget-title::before,
body.archive .post-sidebar .widget_top_rated_products .widget-title::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 18px;
	border-radius: 999px;
	background: linear-gradient(180deg, #f59e0b 0%, #f97316 100%);
	flex: 0 0 4px;
}

body.blog .post-sidebar .product_list_widget,
body.single-post .post-sidebar .product_list_widget,
body.category .post-sidebar .product_list_widget,
body.archive .post-sidebar .product_list_widget {
	display: flex !important;
	flex-direction: column !important;
	gap: 10px !important;
}

body.blog .post-sidebar .product_list_widget li,
body.single-post .post-sidebar .product_list_widget li,
body.category .post-sidebar .product_list_widget li,
body.archive .post-sidebar .product_list_widget li,
body.blog .post-sidebar .product_list_widget li.ku-sidebar-product,
body.single-post .post-sidebar .product_list_widget li.ku-sidebar-product {
	display: grid !important;
	grid-template-columns: 72px minmax(0, 1fr) !important;
	grid-template-areas:
		"thumb title"
		"thumb meta" !important;
	column-gap: 12px !important;
	row-gap: 6px !important;
	align-items: start !important;
	margin: 0 !important;
	padding: 12px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 16px !important;
	background: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%) !important;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04) !important;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		transform 0.2s ease !important;
}

body.blog .post-sidebar .product_list_widget li:hover,
body.single-post .post-sidebar .product_list_widget li:hover,
body.category .post-sidebar .product_list_widget li:hover,
body.archive .post-sidebar .product_list_widget li:hover {
	border-color: #fed7aa !important;
	background: linear-gradient(145deg, #fffbeb 0%, #ffffff 100%) !important;
	box-shadow: 0 8px 22px rgba(249, 115, 22, 0.12) !important;
	transform: translateY(-1px) !important;
}

body.blog .post-sidebar .product_list_widget li > a,
body.single-post .post-sidebar .product_list_widget li > a,
body.category .post-sidebar .product_list_widget li > a,
body.archive .post-sidebar .product_list_widget li > a {
	display: contents !important;
	text-decoration: none !important;
	color: inherit !important;
}

body.blog .post-sidebar .product_list_widget img,
body.single-post .post-sidebar .product_list_widget img,
body.category .post-sidebar .product_list_widget img,
body.archive .post-sidebar .product_list_widget img {
	grid-area: thumb !important;
	width: 72px !important;
	height: 72px !important;
	margin: 0 !important;
	padding: 6px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	object-fit: contain !important;
	background: #fff !important;
	box-sizing: border-box !important;
	flex: none !important;
}

body.blog .post-sidebar .product_list_widget .product-title,
body.single-post .post-sidebar .product_list_widget .product-title,
body.category .post-sidebar .product_list_widget .product-title,
body.archive .post-sidebar .product_list_widget .product-title {
	grid-area: title !important;
	display: -webkit-box !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	overflow: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #0f172a !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	line-height: 1.65 !important;
	text-align: right !important;
	word-break: normal !important;
	overflow-wrap: anywhere !important;
}

body.blog .post-sidebar .product_list_widget .ku-sidebar-product__meta,
body.single-post .post-sidebar .product_list_widget .ku-sidebar-product__meta,
body.category .post-sidebar .product_list_widget .ku-sidebar-product__meta,
body.archive .post-sidebar .product_list_widget .ku-sidebar-product__meta {
	grid-area: meta !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	flex-wrap: wrap !important;
	gap: 6px 8px !important;
	min-width: 0 !important;
}

body.blog .post-sidebar .product_list_widget .star-rating,
body.single-post .post-sidebar .product_list_widget .star-rating,
body.category .post-sidebar .product_list_widget .star-rating,
body.archive .post-sidebar .product_list_widget .star-rating {
	float: none !important;
	width: 4.8em !important;
	height: 1em !important;
	margin: 0 !important;
	font-size: 11px !important;
	overflow: hidden !important;
	position: relative !important;
}

body.blog .post-sidebar .product_list_widget .star-rating span,
body.single-post .post-sidebar .product_list_widget .star-rating span,
body.category .post-sidebar .product_list_widget .star-rating span,
body.archive .post-sidebar .product_list_widget .star-rating span {
	font-size: 0 !important;
	line-height: 0 !important;
	color: transparent !important;
}

body.blog .post-sidebar .product_list_widget .star-rating::before,
body.single-post .post-sidebar .product_list_widget .star-rating::before,
body.category .post-sidebar .product_list_widget .star-rating::before,
body.archive .post-sidebar .product_list_widget .star-rating::before {
	color: #fbbf24 !important;
	letter-spacing: 0 !important;
}

body.blog .post-sidebar .product_list_widget .star-rating span::before,
body.single-post .post-sidebar .product_list_widget .star-rating span::before,
body.category .post-sidebar .product_list_widget .star-rating span::before,
body.archive .post-sidebar .product_list_widget .star-rating span::before {
	color: #f59e0b !important;
}

body.blog .post-sidebar .product_list_widget .woocommerce-Price-amount,
body.single-post .post-sidebar .product_list_widget .woocommerce-Price-amount,
body.category .post-sidebar .product_list_widget .woocommerce-Price-amount,
body.archive .post-sidebar .product_list_widget .woocommerce-Price-amount {
	display: inline-flex !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 4px 8px !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffedd5 100%) !important;
	border: 1px solid #fed7aa !important;
	color: #c2410c !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	line-height: 1.2 !important;
	white-space: nowrap !important;
}

body.blog .post-sidebar .product_list_widget .woocommerce-Price-currencySymbol,
body.single-post .post-sidebar .product_list_widget .woocommerce-Price-currencySymbol,
body.category .post-sidebar .product_list_widget .woocommerce-Price-currencySymbol,
body.archive .post-sidebar .product_list_widget .woocommerce-Price-currencySymbol {
	font-size: 10px !important;
	font-weight: 700 !important;
	opacity: 0.9 !important;
}

@media (max-width: 849px) {
	body.blog .post-sidebar .product_list_widget li,
	body.single-post .post-sidebar .product_list_widget li,
	body.category .post-sidebar .product_list_widget li,
	body.archive .post-sidebar .product_list_widget li {
		grid-template-columns: 64px minmax(0, 1fr) !important;
		padding: 10px !important;
	}

	body.blog .post-sidebar .product_list_widget img,
	body.single-post .post-sidebar .product_list_widget img,
	body.category .post-sidebar .product_list_widget img,
	body.archive .post-sidebar .product_list_widget img {
		width: 64px !important;
		height: 64px !important;
	}
}

/* ===== Single post ===== */
body.single-post .article-inner {
	overflow: hidden !important;
	margin: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 22px !important;
	background: rgba(255, 255, 255, 0.94) !important;
	backdrop-filter: blur(18px) saturate(160%) !important;
	-webkit-backdrop-filter: blur(18px) saturate(160%) !important;
	box-shadow:
		0 1px 2px rgba(15, 23, 42, 0.04),
		0 14px 36px rgba(15, 23, 42, 0.08),
		inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.single-post .entry-header {
	margin: 0 !important;
	padding: 0 !important;
}

body.single-post .entry-header-text {
	margin: 0 !important;
	padding: 20px 20px 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

body.single-post .entry-category {
	margin: 0 0 10px !important;
}

body.single-post .entry-category a {
	display: inline-flex !important;
	align-items: center !important;
	padding: 6px 12px !important;
	border: 1px solid #fed7aa !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	color: #c2410c !important;
	font-size: 12px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.single-post .entry-title {
	margin: 0 0 12px !important;
	font-size: 26px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	line-height: 1.55 !important;
}

body.single-post .entry-divider,
body.single-post .entry-header .is-divider {
	display: none !important;
}

body.single-post .entry-content {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #334155 !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 2 !important;
	direction: rtl !important;
	text-align: right !important;
}

/* Product-style tab shell for single post content */
body.single-post .ku-blog-tab-shell {
	margin: 0 20px 20px !important;
}

body.single-post .ku-blog-tab-nav {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 8px !important;
	margin: 0 0 14px !important;
	padding: 8px !important;
	border: 1px solid rgba(226, 232, 240, 0.95) !important;
	border-radius: 18px !important;
	background: rgba(248, 250, 252, 0.94) !important;
	box-shadow:
		0 10px 28px rgba(15, 23, 42, 0.06),
		inset 0 1px 0 rgba(255, 255, 255, 0.92) !important;
}

body.single-post .ku-blog-tab-nav__item {
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	flex: 1 1 auto !important;
	min-height: 48px !important;
	padding: 12px 14px !important;
	border: 1px solid rgba(245, 158, 11, 0.42) !important;
	border-radius: 14px !important;
	background: linear-gradient(145deg, #ffffff 0%, #fffbeb 58%, #fef3c7 100%) !important;
	color: #c2410c !important;
	font-size: 13.5px !important;
	font-weight: 800 !important;
	box-shadow:
		0 8px 22px rgba(245, 158, 11, 0.16),
		inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}

body.single-post .ku-blog-tab-panel {
	padding: 22px 20px !important;
	border: 1px solid #e5e7eb !important;
	border-radius: 18px !important;
	background: #ffffff !important;
	box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07) !important;
}

body.single-post .entry-meta {
	display: flex !important;
	flex-wrap: wrap !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 0 4px !important;
	text-transform: none !important;
}

body.single-post .entry-meta .posted-on,
body.single-post .entry-meta .byline,
body.single-post .entry-meta .ku-meta-chip,
body.single-post .entry-meta .ku-meta-byline {
	display: inline-flex !important;
	align-items: center !important;
	flex-wrap: wrap !important;
	gap: 6px !important;
	padding: 6px 10px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 999px !important;
	background: #f8fafc !important;
	color: #64748b !important;
	font-size: 11px !important;
	font-weight: 700 !important;
}

body.single-post .entry-meta .ku-meta-label {
	color: #94a3b8 !important;
	font-weight: 800 !important;
}

body.single-post .entry-meta .ku-meta-sep {
	display: none !important;
}

body.single-post .entry-meta time,
body.single-post .entry-meta a {
	color: #475569 !important;
	font-weight: 800 !important;
	text-decoration: none !important;
}

body.single-post .entry-content .ku-blog-price {
	display: inline-flex !important;
	align-items: center !important;
	gap: 4px !important;
	padding: 3px 10px !important;
	border-radius: 999px !important;
	border: 1px solid #fed7aa !important;
	background: linear-gradient(135deg, #fff7ed 0%, #ffffff 100%) !important;
	color: #c2410c !important;
	font-weight: 800 !important;
	white-space: nowrap !important;
}

body.single-post .entry-content .ku-blog-price__unit {
	color: #9a3412 !important;
	font-size: 0.92em !important;
}

body.single-post .entry-image {
	margin: 16px 20px 0 !important;
	border-radius: 18px !important;
	overflow: hidden !important;
}

body.single-post .entry-image img {
	display: block !important;
	width: 100% !important;
	height: auto !important;
	border-radius: 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	box-shadow: 0 10px 28px rgba(15, 23, 42, 0.08) !important;
}

body.single-post .entry-image .post-date.badge-circle {
	top: 14px !important;
	right: 14px !important;
	left: auto !important;
}

body.single-post .entry-image .post-date .badge-inner {
	min-width: 54px !important;
	padding: 8px 10px !important;
	border-radius: 14px !important;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%) !important;
	box-shadow: 0 6px 16px rgba(249, 115, 22, 0.28) !important;
	color: #fff !important;
}

body.single-post .entry-content p {
	margin: 0 0 14px !important;
}

/* h2/h3/h4 typography handled by ku-product-description.css for single-post */

body.single-post .entry-content a {
	color: #c2410c !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	border-bottom: 1px dashed rgba(249, 115, 22, 0.35) !important;
}

body.single-post .entry-content a:hover {
	color: #9a3412 !important;
	border-bottom-color: #f97316 !important;
}

/* لینک دور عکس نباید مثل لینک متن inline شود — متن بین عکس‌ها باریک می‌شد */
body.single-post .entry-content a:has(img),
body.single-post .ku-blog-tab-panel a:has(img) {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	float: none !important;
	clear: both !important;
	margin: 16px 0 !important;
	padding: 0 !important;
	border: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
	line-height: 0 !important;
}

body.single-post .entry-content a:has(img):hover,
body.single-post .ku-blog-tab-panel a:has(img):hover {
	border: none !important;
	color: inherit !important;
}

body.single-post .entry-content,
body.single-post .ku-blog-tab-panel {
	display: flow-root !important;
	unicode-bidi: normal !important;
}

body.single-post .entry-content img,
body.single-post .ku-blog-tab-panel img,
body.single-post .entry-content .ku-blog-figure,
body.single-post .entry-content .aligncenter,
body.single-post .entry-content .alignnone,
body.single-post .entry-content .alignleft,
body.single-post .entry-content .alignright {
	float: none !important;
	clear: both !important;
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-post .entry-content h2,
body.single-post .entry-content h3,
body.single-post .entry-content h4,
body.single-post .entry-content p,
body.single-post .entry-content ul,
body.single-post .entry-content ol,
body.single-post .ku-blog-tab-panel h2,
body.single-post .ku-blog-tab-panel h3,
body.single-post .ku-blog-tab-panel h4,
body.single-post .ku-blog-tab-panel p,
body.single-post .ku-blog-tab-panel ul,
body.single-post .ku-blog-tab-panel ol {
	float: none !important;
	clear: both !important;
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
}

body.single-post .entry-content img {
	max-width: 100% !important;
	height: auto !important;
	margin: 14px 0 !important;
	border-radius: 16px !important;
	border: 1px solid #e2e8f0 !important;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.06) !important;
}

body.single-post .entry-content ul,
body.single-post .entry-content ol {
	margin: 0 0 16px !important;
	padding-right: 22px !important;
}

body.single-post .entry-content li {
	margin-bottom: 8px !important;
}

body.single-post .entry-content blockquote {
	margin: 16px 0 !important;
	padding: 14px 16px !important;
	border: 1px solid #fed7aa !important;
	border-right: 4px solid #f97316 !important;
	border-radius: 14px !important;
	background: linear-gradient(145deg, #fff7ed 0%, #ffffff 100%) !important;
	color: #7c2d12 !important;
	font-weight: 700 !important;
}

body.single-post .entry-content table {
	width: 100% !important;
	margin: 16px 0 !important;
	border-collapse: separate !important;
	border-spacing: 0 !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	background: #fff !important;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

body.single-post .entry-content table th,
body.single-post .entry-content table td,
body.single-post .htcompare-table th,
body.single-post .htcompare-table td {
	padding: 10px 12px !important;
	border-bottom: 1px solid #e2e8f0 !important;
	font-size: 13px !important;
	font-weight: 700 !important;
}

body.single-post .entry-content table th,
body.single-post .htcompare-table th {
	background: linear-gradient(145deg, #fff7ed 0%, #ffffff 100%) !important;
	color: #0f172a !important;
	font-weight: 800 !important;
}

body.single-post .htcompare-table {
	width: 100% !important;
	margin: 16px 0 !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	overflow: hidden !important;
	background: #fff !important;
}

/* EZ TOC â styled via ku-product-description.css */

/* Author + share */
body.single-post .author-box,
body.single-post .blog-share {
	margin: 0 20px 20px !important;
	padding: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, #f8fafc 0%, #ffffff 100%) !important;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

body.single-post .author-box {
	display: flex !important;
	align-items: center !important;
	gap: 12px !important;
}

body.single-post .blog-author-image img {
	width: 56px !important;
	height: 56px !important;
	border-radius: 16px !important;
	border: 1px solid #e2e8f0 !important;
}

body.single-post .author-name {
	margin: 0 0 4px !important;
	font-size: 14px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
	text-transform: none !important;
}

body.single-post .author-desc {
	color: #64748b !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

/* Post navigation */
body.single-post .navigation-post {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 10px !important;
	margin: 0 20px 20px !important;
}

body.single-post .navigation-post .nav-previous,
body.single-post .navigation-post .nav-next {
	flex: 1 1 calc(50% - 5px) !important;
	min-width: 220px !important;
}

body.single-post .navigation-post a {
	display: block !important;
	padding: 14px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 14px !important;
	background: #fff !important;
	color: #334155 !important;
	font-size: 13px !important;
	font-weight: 800 !important;
	text-decoration: none !important;
	box-shadow: 0 4px 14px rgba(15, 23, 42, 0.04) !important;
}

body.single-post .navigation-post a:hover {
	border-color: #fed7aa !important;
	background: #fff7ed !important;
	color: #9a3412 !important;
}

/* Comments */
body.single-post .comments-area {
	margin: 0 20px 20px !important;
	padding: 16px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	border-radius: 18px !important;
	background: rgba(255, 255, 255, 0.92) !important;
	box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05) !important;
}

body.single-post .comment-respond textarea,
body.single-post .comment-respond input[type='text'],
body.single-post .comment-respond input[type='email'],
body.single-post .comment-respond input[type='url'] {
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	background: #fff !important;
	font-weight: 700 !important;
}

body.single-post .comment-respond input[type='submit'],
body.single-post .comment-respond .submit {
	border: none !important;
	border-radius: 12px !important;
	background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%) !important;
	color: #fff !important;
	font-weight: 800 !important;
	box-shadow: 0 6px 18px rgba(249, 115, 22, 0.22) !important;
}

body.single-post .comment-reply-title {
	font-size: 16px !important;
	font-weight: 800 !important;
	color: #0f172a !important;
}

/* Compare popup */
body.single-post .htcompare-popup-content-area {
	border-radius: 18px !important;
	border: 1px solid rgba(255, 255, 255, 0.78) !important;
	background: rgba(255, 255, 255, 0.96) !important;
	box-shadow: 0 14px 40px rgba(15, 23, 42, 0.16) !important;
}

body.single-post .evercompare-share-link,
body.single-post .ever-compare-shareable-link {
	display: inline-flex !important;
	align-items: center !important;
	padding: 8px 12px !important;
	border: 1px solid #e2e8f0 !important;
	border-radius: 12px !important;
	background: #fff !important;
	font-size: 12px !important;
	font-weight: 800 !important;
}

/* Sticky sidebar: follows scroll + independent overflow */
@media (min-width: 850px) {
	body.single-post .blog-wrapper .row.row-large.row-divided {
		align-items: flex-start !important;
	}

	body.single-post .post-sidebar,
	body.single-post #secondary,
	body.single-post .blog-sidebar,
	body.single-post .widget-area {
		position: sticky !important;
		top: var(--ku-sidebar-top, 96px) !important;
		align-self: flex-start !important;
		max-height: var(--ku-sidebar-max, calc(100vh - 112px)) !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain !important;
		-webkit-overflow-scrolling: touch !important;
		scrollbar-width: thin !important;
		scrollbar-color: #fdba74 transparent !important;
		padding-bottom: 8px !important;
		z-index: 6 !important;
	}

	body.single-post .post-sidebar::-webkit-scrollbar,
	body.single-post #secondary::-webkit-scrollbar {
		width: 6px !important;
	}

	body.single-post .post-sidebar::-webkit-scrollbar-thumb,
	body.single-post #secondary::-webkit-scrollbar-thumb {
		background: #fdba74 !important;
		border-radius: 999px !important;
	}

	/* Flatsome sticky-kit transform با max-height تداخل دارد */
	body.single-post .post-sidebar .is-sticky-column,
	body.single-post .post-sidebar .is-sticky-column__inner,
	body.single-post .post-sidebar .col-inner.is-sticky-column__inner {
		position: static !important;
		top: auto !important;
		transform: none !important;
		will-change: auto !important;
		height: auto !important;
		max-height: none !important;
		overflow: visible !important;
	}
}

@media (max-width: 849px) {
	body.single-post .post-sidebar,
	body.single-post #secondary,
	body.single-post .blog-sidebar,
	body.single-post .widget-area {
		position: static !important;
		max-height: none !important;
		overflow: visible !important;
	}
}

/* Sticky sidebar safe */
body.blog .post-sidebar .is-sticky-column__inner,
body.single-post .post-sidebar .is-sticky-column__inner {
	will-change: auto;
}

@media (max-width: 849px) {
	body.blog .blog-wrapper .row.row-large.row-divided > .large-9,
	body.single-post .blog-wrapper .row.row-large.row-divided > .large-9,
	body.category .blog-wrapper .row.row-large.row-divided > .large-9,
	body.blog .blog-wrapper .row.row-large.row-divided > .post-sidebar,
	body.single-post .blog-wrapper .row.row-large.row-divided > .post-sidebar,
	body.category .blog-wrapper .row.row-large.row-divided > .post-sidebar {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
	}

	body.blog .box-blog-post,
	body.category .box-blog-post {
		flex-direction: column !important;
	}

	body.blog .box-blog-post .box-image,
	body.category .box-blog-post .box-image {
		width: 100% !important;
		min-width: 0 !important;
		max-width: none !important;
		flex: 0 0 auto !important;
	}

	body.blog .box-blog-post .box-image .image-cover,
	body.category .box-blog-post .box-image .image-cover {
		padding-top: 56% !important;
	}

	body.blog .box-blog-post .box-text,
	body.category .box-blog-post .box-text {
		padding: 16px !important;
	}

	body.single-post .entry-title {
		font-size: 20px !important;
	}

	body.single-post .entry-image,
	body.single-post .author-box,
	body.single-post .blog-share,
	body.single-post .navigation-post,
	body.single-post .comments-area {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	body.single-post .entry-header-text {
		padding-left: 16px !important;
		padding-right: 16px !important;
	}

	body.single-post .ku-blog-tab-shell {
		margin-left: 16px !important;
		margin-right: 16px !important;
	}

	body.single-post .ku-blog-tab-panel {
		padding: 16px 14px !important;
	}
}


body.single-post .entry-content ul.ku-food-list{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(140px,1fr)) !important;
  gap:8px 12px !important;
  margin:0.35rem 0 1.1rem !important;
  padding:0.75rem 1rem !important;
  list-style:none !important;
  border:1px solid #e2e8f0 !important;
  border-radius:14px !important;
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%) !important;
}
body.single-post .entry-content ul.ku-food-list li{
  margin:0 !important;
  padding:0.45rem 0.65rem !important;
  border-radius:10px !important;
  background:#fff !important;
  border:1px solid #f1f5f9 !important;
  font-size:0.9rem !important;
  font-weight:700 !important;
  color:#334155 !important;
  line-height:1.5 !important;
}
