.art-trending-widget {
    background: #eef4fb;
    border: none;
    border-radius: 10px;
    overflow: hidden;
	box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.art-trending-widget .art-related-title {
    background: #299deb;
    color: #fff;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    padding: 12px 14px;
	  font-size: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}
.art-trending-bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.art-trending-bullet-list li {
    border-bottom: 1px dashed #c5d9ec;
    padding: 0;
}
.art-trending-bullet-list li:last-child {
    border-bottom: none;
}
.art-trending-bullet-list li a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 600;
    color: #111;
    text-decoration: none;
    line-height: 1.6;
    transition: color 0.15s, background 0.15s;
}
.art-trending-bullet-list li a::before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    min-width: 8px;
    background: #299deb;
    border-radius: 2px;
    margin-top: 6px;
    flex-shrink: 0;
}
.art-trending-widget img.icon {
    width: 20px;
    height: 20px;
}
.art-trending-widget h3{
	font-size: 15px;
	margin: 0;
}