/* Blog capture fallbacks for rules previously supplied by the saved page JS. */
.ntpanel-restored-blog .skip-link.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(1px, 1px, 1px, 1px) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.ntpanel-restored-blog .skip-link.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 12px 18px !important;
	overflow: visible !important;
	clip: auto !important;
	clip-path: none !important;
	background: #fff;
	color: #242828;
}

.ntpanel-restored-blog .footer .ntpanel-brand-logo {
	padding: 4px 7px;
	background: #fff;
}

.ntpanel-restored-blog .ntpanel-blog-product-stack {
	display: grid;
	gap: 30px;
}

.ntpanel-restored-blog .ntpanel-blog-product-item,
.ntpanel-restored-blog .ntpanel-blog-product-item .product-thumb {
	width: 100%;
}

.ntpanel-restored-blog .ntpanel-blog-product-item .image img {
	width: 100px;
	height: 112px;
	object-fit: contain;
}

.ntpanel-restored-blog .ntpanel-live-blog-products .rating span {
	color: #ffb610;
	font-size: 10px;
	letter-spacing: 2px;
}

.ntpanel-restored-blog .ntpanel-blog-swiper:not(.swiper-initialized) .swiper-wrapper {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}

.ntpanel-restored-blog .ntpanel-blog-swiper:not(.swiper-initialized) .swiper-slide {
	width: auto !important;
}

.ntpanel-restored-blog .ntpanel-blog-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 16px;
}

.ntpanel-restored-blog .ntpanel-blog-grid-item,
.ntpanel-restored-blog .ntpanel-blog-grid-item .article-thumb {
	min-width: 0;
	height: 100%;
}

.ntpanel-restored-blog .article-thumb .image img {
	width: 100%;
	height: auto;
	aspect-ratio: 359 / 221;
	object-fit: cover;
}

.ntpanel-restored-blog .ntpanel-blog-empty {
	padding: 36px;
	background: #fff;
	color: #69757c;
	text-align: center;
}

.ntpanel-restored-blog .ntpanel-blog-pagination {
	margin-top: 24px;
}

.ntpanel-restored-blog .ntpanel-blog-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ntpanel-restored-blog .ntpanel-blog-pagination a,
.ntpanel-restored-blog .ntpanel-blog-pagination .current {
	display: inline-flex;
	min-width: 38px;
	height: 38px;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	border: 1px solid #dfe3e6;
	border-radius: 4px;
	background: #fff;
	color: #242828;
}

.ntpanel-restored-blog .ntpanel-blog-pagination .current {
	border-color: #ffb610;
	background: #ffb610;
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.ntpanel-restored-blog .article-thumb .caption {
		padding-top: 8px;
	}

	.ntpanel-restored-blog .article-thumb .title {
		font-size: .8rem;
		line-height: 1.3;
	}

	.ntpanel-restored-blog .article-thumb .description {
		display: -webkit-box;
		overflow: hidden;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: .72rem;
	}

	.ntpanel-restored-blog .article-thumb .metadata {
		font-size: 10px;
	}
}

@media (min-width: 768px) {
	.ntpanel-restored-blog .ntpanel-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}

	.ntpanel-restored-blog .ntpanel-blog-swiper:not(.swiper-initialized) .swiper-wrapper {
		gap: 30px;
	}
}

@media (min-width: 1024px) {
	.ntpanel-restored-blog .ntpanel-blog-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}
