/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 06 2026 | 08:46:15 */
.sidebar-widget h4 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.sidebar-category-list {
	padding: 0;
	display: grid;
	gap: 1.2rem;
}

.sidebar-category-list li a {
	color: #CBC2DE;
	font-family: Montserrat;
	font-size: 1.8rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	letter-spacing: 0.09px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 0.8rem;
	border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.sidebar-category-list li a .count {
	color: #B0F9A3;
}
.recent-post-item {
	display: flex;
	gap: 1.6rem;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 2.4rem;
}
.recent-post-item .thumb {
	width: 8rem;
	height: 8rem;
	border-radius: 8px;
	overflow: hidden;
}
.recent-post-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.recent-post-item .content h5 {
	overflow: hidden;
	color: #FFF;
	text-overflow: ellipsis;
	font-family: Montserrat;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5;
	letter-spacing: 0.08px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.recent-post-item .content span {
	color: #CBC2DE;
	font-family: Montserrat;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.07px;
}

.recent-post-item .content {
	width: calc(100% - 9.6rem);
}
.sidebar-widget.recent-post-widget {
	margin: 4.5rem 0;
}
.sidebar-widget h4 {
	color: #FFF;
	font-family: Montserrat;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-bottom: 2.5rem;
}
.tag-list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.tag-list a {
	color: #FFF;
	font-family: Montserrat;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.08px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #262034;
	padding: 1rem 1.6rem;
	display: inline-block;
}








