
.widget .tagcloud, .widget .wp-block-tag-cloud {
	margin-top: -.3846em;
	margin-bottom: -.3846em;
}

.widget .tagcloud a, .widget .wp-block-tag-cloud a {
	margin: .3846em .3846em .3846em 0;
	padding: .25rem .5rem;
	line-height: 1;
	display: inline-block;
	font-size: 10px !important;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 10px;
	background: var(--porto-heading-color);
	color: var(--porto-body-bg);
}

.widget .tagcloud a:hover, .widget .wp-block-tag-cloud a:hover {
	background: var(--porto-heading-light-8);
}
