.premium-sidebar-container-1712de75 {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
}

.premium-sidebar-widget-1712de75 {
	background-color: #FFFFF0; /* Ivory to match the cards */
	border: 1px solid rgba(104, 60, 17, 0.08);
	box-shadow: 0 4px 20px rgba(104, 60, 17, 0.04);
	border-radius: 16px;
	padding: 24px;
	transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.premium-sidebar-widget-1712de75:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 30px rgba(104, 60, 17, 0.08);
}

.premium-sidebar-title-1712de75 {
	font-family: inherit;
	font-size: 1.15rem;
	font-weight: 700;
	color: #683C11; /* Premium Dark Brown */
	margin: 0 0 20px 0;
	padding-bottom: 12px;
	border-bottom: 2px solid rgba(104, 60, 17, 0.1);
	letter-spacing: -0.01em;
	position: relative;
}

.premium-sidebar-title-1712de75::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #683C11;
}

/* Recent Posts styles */
.premium-recent-posts-list-1712de75 {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.premium-recent-post-item-1712de75 {
	display: flex;
	gap: 14px;
	text-decoration: none;
	align-items: center;
	padding-bottom: 16px;
	border-bottom: 1px dashed rgba(104, 60, 17, 0.08);
	transition: all 0.2s ease;
}

.premium-recent-post-item-1712de75:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

.premium-recent-post-item-1712de75:hover .premium-recent-post-title-1712de75 {
	color: #a05c1d;
}

.premium-recent-post-thumb-1712de75 {
	width: 64px;
	height: 64px;
	flex-shrink: 0;
	border-radius: 8px;
	overflow: hidden;
	background-color: rgba(104, 60, 17, 0.05);
}

.premium-recent-post-thumb-1712de75 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.premium-recent-post-item-1712de75:hover .premium-recent-post-thumb-1712de75 img {
	transform: scale(1.1);
}

.premium-recent-post-content-1712de75 {
	flex-grow: 1;
	min-width: 0;
}

.premium-recent-post-title-1712de75 {
	font-size: 0.95rem;
	line-height: 1.4;
	font-weight: 600;
	color: #683C11;
	margin: 0 0 4px 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color 0.2s ease;
}

.premium-recent-post-date-1712de75 {
	font-size: 0.75rem;
	color: #8c8c8c;
}

/* Categories styles */
.premium-categories-list-1712de75 {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.premium-category-item-1712de75 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 8px 12px;
	background-color: rgba(104, 60, 17, 0.02);
	border-radius: 8px;
	border: 1px solid rgba(104, 60, 17, 0.04);
	transition: all 0.2s ease;
}

.premium-category-item-1712de75:hover {
	background-color: rgba(104, 60, 17, 0.05);
	transform: translateX(3px);
}

.premium-category-name-1712de75 {
	font-size: 0.9rem;
	font-weight: 500;
	color: #683C11;
}

.premium-category-count-1712de75 {
	font-size: 0.75rem;
	font-weight: 600;
	background-color: #683C11;
	color: #FFFFF0;
	padding: 2px 8px;
	border-radius: 12px;
	min-width: 24px;
	text-align: center;
}
