.counter-button {
	cursor: pointer;
}
span.rating-stars {
	color: #ffb900 !important;
	transition: transform 0.2s !important;
	 / Smooth transition for the zoom effect /:;
	-webkit-transition: transform 0.2s !important;
	-moz-transition: transform 0.2s !important;
	-ms-transition: transform 0.2s !important;
	-o-transition: transform 0.2s !important;
}

.rating-stars:hover{
    transform: scale(1.1) !important; / Zoom in on hover (adjust the scale value as needed) /
	display:inline-block !important;
}
td.plugin-title.column-primary strong{
	font-weight:400;
}
/* Duplicate IT – Taxonomy checkbox vertical layout */
.duplicate-it-taxonomies label {
    display: block;
    margin-bottom: 6px;
}
/* FORCE vertical taxonomy checkboxes in admin */
.wp-admin table.form-table td label {
    display: block !important;
    margin-bottom: 6px;
}

.wp-admin table.form-table td input[type="checkbox"] {
    margin-right: 6px;
}

.duplicate-it-column {
    position: relative;
    top: 23px;
    margin-bottom: 23px !important;
}