.ha-sidebar-blog {
	display: flex;
	flex-direction: column;
	gap: 20px !important;
}

.ha-sidebar-block {
	background: #fff !important;
	padding: 20px !important;
}

.ha-block-title {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin-bottom: 15px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #f0f0f0 !important;
}

.ha-block-title svg {
	flex-shrink: 0;
	color: #f5a623 !important;
}

.ha-block-title h2 {
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase;
	margin: 0 !important;
	color: #222 !important;
}

.ha-category-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.ha-category-item {
	border-bottom: 1px solid #f5f5f5 !important;
}

.ha-category-item:last-child {
	border-bottom: none !important;
}

.ha-category-item a {
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	padding: 12px 4px !important;
	color: #333 !important;
	text-decoration: none !important;
	font-size: 14px !important;
	transition: color .2s ease, padding-left .2s ease;
}

.ha-category-item a:hover {
	color: #f5a623 !important;
	padding-left: 6px !important;
}

.ha-category-name {
	color: inherit !important;
	display: inline-block !important;
}

.ha-category-item a svg {
	flex-shrink: 0;
	color: #bbb !important;
	transition: color .2s ease;
}

.ha-category-item a:hover svg {
	color: #f5a623 !important;
}

.ha-sidebar-blog .block-title {
	margin-bottom: 15px !important;
	padding-bottom: 12px !important;
	border-bottom: 1px solid #f0f0f0 !important;
	display: flex;
	justify-content: flex-start;
}

.ha-sidebar-blog .block-title::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	vertical-align: -3px;
	background-color: #f5a623;
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2'%3E%3Cpolygon points='12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2'/%3E%3C/svg%3E");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
}

.ha-sidebar-blog .block-title h2,
.ha-sidebar-blog .block-title h2 a {
	font-size: 15px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
	color: #222 !important;
	margin: 0 !important;
	text-decoration: none !important;
}

.ha-sidebar-blog .alert-warning {
	background: #fdf6ec !important;
	border: none !important;
	border-radius: 8px !important;
	color: #b8860b !important;
	font-size: 13px !important;
}