.twgpg .pxl-filter-logo {
	text-align: center;
	margin-bottom: 16px;
}
.twgpg .pxl-filter-logo img {
	max-height: 40px;
	width: auto;
}
.twgpg .pxl-grid-filter .pxl--filter-inner {
	display: flex;
	gap: 40px;
	align-items: center;
	justify-content: flex-start;
	border: none !important;
	background: none !important;
	padding: 0 !important;
}
.twgpg .pxl-grid-filter .filter-label {
	display: none;
}
.twgpg .pxl-grid-filter .filter-item {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #999;
	background: none !important;
	border: none !important;
	border-radius: 0 !important;
	padding: 0 !important;
	line-height: 1.4;
	cursor: pointer;
	transition: color 0.3s ease;
}
.twgpg .pxl-grid-filter .filter-item:hover {
	color: #111;
}
.twgpg .pxl-grid-filter .filter-item.active {
	color: #111;
	font-weight: 700;
}
.twgpg .pxl-grid-filter.style-1 .filter-item:before,
.twgpg .pxl-grid-filter.style-1 .filter-item:after {
	display: none !important;
}

.twgpg .pxl-grid-masonry {
	position: relative;
}
.twgpg .pxl-post--featured {
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
	border-radius: 8px;
}
.twgpg .pxl-post--featured img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.twgpg .pxl-post--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.twgpg .pxl-grid-item {
	margin-bottom: 30px;
}
.twgpg .pxl-load-more {
	text-align: center;
	padding: 0 15px;
	margin-top: 40px;
}

.twgpg.twgpg-loading .pxl-grid-inner {
	opacity: 0.5;
	pointer-events: none;
	transition: opacity 0.2s ease;
}

@media (max-width: 768px) {
	.twgpg .pxl-grid-filter {
		overflow: hidden !important;
	}
	.twgpg .pxl-grid-filter .pxl--filter-inner {
		flex-wrap: nowrap !important;
		overflow-x: auto !important;
		-webkit-overflow-scrolling: touch !important;
		scroll-snap-type: x mandatory !important;
		gap: 17px !important;
		padding-bottom: 10px !important;
	}
	.twgpg .pxl-grid-filter .pxl--filter-inner::-webkit-scrollbar {
		display: none !important;
	}
	.twgpg .pxl-grid-filter .filter-item {
		flex-shrink: 0 !important;
		scroll-snap-align: start !important;
		white-space: nowrap !important;
	}
	.twgpg .pxl-filter-logo img {
		max-height: 30px !important;
	}
}
