/* Mega Systems — magazine / newspaper polish */

#main-banner-section {
	margin-bottom: 8px;
}

#main-banner-section .main-banner-slider .post-title {
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	line-height: 1.35;
}

#main-banner-section .banner-trailing-posts {
	display: grid;
	gap: 12px;
}

.newsmatic-section {
	padding: 28px 0;
}

.newsmatic-block-title {
	position: relative;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #232323;
}

.newsmatic-block-title::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 56px;
	height: 3px;
	background: #0b7bb8;
	border-radius: 2px;
}

html[dir='ltr'] body.megga-lang-en .newsmatic-block-title::after {
	right: auto;
	left: 0;
}

.news-grid article,
.news-filter article,
.news-carousel article,
#main-banner-section article {
	border-radius: 10px;
	overflow: hidden;
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-grid article:hover,
.news-filter article:hover,
.news-carousel article:hover,
#main-banner-section .banner-trailing-posts article:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(35, 35, 35, 0.1);
}

.news-grid .post-title a,
.news-filter .post-title a,
.news-carousel .post-title a {
	font-weight: 600;
}

.news-filter .filter-tab-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 18px;
}

.news-filter .filter-tab-wrapper .tab-title {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid #e5e7eb;
	background: #f8fafc;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.2s ease;
}

.news-filter .filter-tab-wrapper .tab-title:hover,
.news-filter .filter-tab-wrapper .tab-title.isActive {
	background: #0b7bb8;
	border-color: #0b7bb8;
	color: #fff !important;
}

.leftc-rights-section .secondary-sidebar .widget {
	border: 1px solid #eef2f6;
	border-radius: 12px;
	padding: 16px;
	background: #fff;
	margin-bottom: 20px;
}

body.newsmatic_dark_mode .leftc-rights-section .secondary-sidebar .widget {
	background: #161616;
	border-color: #333;
}

body.newsmatic_dark_mode .newsmatic-block-title {
	color: #f1f5f9;
}

@media (max-width: 769px) {
	.newsmatic-section {
		padding: 20px 0;
	}

	#main-banner-section .main-banner-slider .post-title {
		font-size: 1.15rem;
	}
}
