/* Custom Post Type List Widget Styles */

.widget_film_posttype_list_widget {
    padding: 20px 16px;
}

.widget-title {
    padding: 0px !important;
    padding-bottom: 12px !important;
}

.film-posttype-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.film-posttype-list li {
	margin: 0px !important;
	border-bottom: 1px solid #e0e0e0;
    padding: 12px 0px !important;
}

.film-posttype-list li:last-child {
	border-bottom: none;
}

.film-posttype-list a {
	color: #0073aa;
	text-decoration: none;
	transition: color 0.2s ease;
	font-weight: 500;
}

.film-posttype-list a:hover {
	color: #005a87;
	text-decoration: underline;
}

.film-posttype-list .post-count {
	color: #999;
	font-size: 0.9rem;
	margin-left: 0.5rem;
}

/* Sidebar Widget Container */
.widget.film-posttype-list-widget {
	margin-bottom: 2rem;
	padding: 1rem;
	background: #f9f9f9;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
}

.widget.film-posttype-list-widget .widgettitle {
	font-size: 1.2rem;
	margin-bottom: 1rem;
	font-weight: 600;
	color: #333;
}
