.widget {
margin-bottom: 40px;
}
.widget-title {
font-family: 'urbanist-bold', sans-serif;
margin-bottom: 20px;
}
.widget-search {
margin-bottom: 30px;
}
form.searchform  > div {
display: flex;
gap: 15px;
}
.searchformh input {
width: 70%;
}
.searchform  input[type="submit"] {
width: 30%;
font-size: 14px;
text-align: center;
}
.popular-post .wpp-meta.post-stats {
display: none;
}
.popular-post {
min-height: 350px;
}
.widget-recent-post li {
margin-bottom: 10px;
}
.widget-recent-post li:last-of-type {
margin-bottom: 0;
}
.entry-content .content ul li:before {
color: var(--primary-color);
}