.blog-popular-list__heading {
	font-style: normal;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
	color: #163560;
	margin-bottom: 16px;
}

.blog-popular-list-item {
	padding-top: 10px;
	border-top: 1px solid #E6E6E6;
	margin-bottom: 12px;
}
.blog-popular-list-item__name {
	margin-bottom: 12px;
}
.blog-popular-list-item__name a {
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2;
	color: #163560;
	margin: 0;
}

.blog-popular-list-item__cnt {
	position: relative;
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	column-gap: 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.35;
	color: rgba(22, 53, 96, 0.5);
}
.blog-popular-list-item__cnt:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.0013 9C11.5317 9 12.0404 9.21071 12.4155 9.58579C12.7906 9.96086 13.0013 10.4696 13.0013 11C13.0013 11.5304 12.7906 12.0391 12.4155 12.4142C12.0404 12.7893 11.5317 13 11.0013 13C10.4709 13 9.96216 12.7893 9.58709 12.4142C9.21202 12.0391 9.0013 11.5304 9.0013 11C9.0013 10.4696 9.21202 9.96086 9.58709 9.58579C9.96216 9.21071 10.4709 9 11.0013 9ZM11.0013 6C14.3346 6 17.1813 8.07333 18.3346 11C17.1813 13.9267 14.3346 16 11.0013 16C7.66797 16 4.8213 13.9267 3.66797 11C4.8213 8.07333 7.66797 6 11.0013 6ZM5.1213 11C5.66014 12.1002 6.49684 13.0272 7.53629 13.6755C8.57574 14.3238 9.77623 14.6675 11.0013 14.6675C12.2264 14.6675 13.4269 14.3238 14.4663 13.6755C15.5058 13.0272 16.3425 12.1002 16.8813 11C16.3425 9.8998 15.5058 8.97283 14.4663 8.3245C13.4269 7.67616 12.2264 7.33245 11.0013 7.33245C9.77623 7.33245 8.57574 7.67616 7.53629 8.3245C6.49684 8.97283 5.66014 9.8998 5.1213 11Z' fill='%23163560' fill-opacity='0.5'/%3E%3C/svg%3E%0A");
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
