/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 06 2025 | 11:35:26 */
.postid-9872 ul.wp-block-list {
	list-style: none;    
	display: flex;
    gap: 5px;
	padding-left: 0px;
    flex-wrap: wrap;
}
.postid-9872 ul.wp-block-list li {
	background-color: #271454;
	padding: 3px 10px;
	border-radius: 5px;
}
.postid-9872 ul.wp-block-list li a {	
	color: #fff;
	text-decoration: none !important;
}

.postid-9872 ul.wp-block-list li:hover {	
	background-color: #4c4cd8;
}