.sidebar-widget {
	background: transparent;
	margin-bottom: 28px;
}

.widget-title {
	margin: 0 0 18px 0;
	padding: 0;
	position: relative;
}
.widget-title span {
	font-family: 'Inter', -apple-system, sans-serif;
	background: #0039a6;
	color: #ffffff;
	padding: 16px 70px 16px 22px;
	display: block;
	font-size: 19px;
	font-weight: 600;
	letter-spacing: 0.2px;
	text-transform: none;
	position: relative;
	border-radius: 4px 4px 4px 0;
}
.widget-title span::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 14px 0 0;
	border-color: #0039a6 transparent transparent transparent;
}
.widget-title span::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 56px;
	background-color: #d52b1e;
	border-radius: 0 4px 4px 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z'/%3E%3Cpath d='M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}

.sidebar-widget .menu {
	margin: 0;
	padding: 0 0 0 6px;
	list-style: none;
}
.sidebar-widget .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.sidebar-widget .menu li::before {
	display: none;
}
.sidebar-widget .menu li a {
	font-family: 'Inter', -apple-system, sans-serif;
	color: #1a1d24;
	padding: 10px 8px 10px 22px;
	display: block;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.45;
	transition: color 0.2s ease;
	position: relative;
}
.sidebar-widget .menu li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 7px;
	background: #0039a6;
	border-radius: 50%;
	transition: background 0.2s ease, transform 0.2s ease;
}
.sidebar-widget .menu li a:hover {
	color: #0039a6;
}
.sidebar-widget .menu li a:hover::before {
	background: #d52b1e;
	transform: translateY(-50%) scale(1.25);
}
.sidebar-widget .menu li.current-menu-item a {
	color: #0039a6;
	font-weight: 700;
}
.sidebar-widget .menu li.current-menu-item a::before {
	background: #d52b1e;
	transform: translateY(-50%) scale(1.25);
}

.sticky-sidebar {
	position: sticky;
	top: 30px;
}

.content li,
.type-product li {
	margin-bottom: 0.4em;
	line-height: 1.55;
	font-size: 1.05rem;
	color: #1a1d24;
	position: relative;
	padding-left: 22px;
}
.content li::before,
.type-product li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.6em;
	width: 8px;
	height: 8px;
	background: linear-gradient(135deg, #0039a6 0%, #d52b1e 100%);
	border-radius: 50%;
}
.content ol li,
.type-product ol li {
	padding-left: 0;
}
.content ol li::before,
.type-product ol li::before {
	display: none;
}

@media (max-width: 1024px) {
	.sticky-sidebar {
		position: static;
		top: auto;
	}
}
@media (max-width: 720px) {
	.widget-title span {
		font-size: 17px;
		padding: 14px 60px 14px 18px;
	}
	.widget-title span::after {
		width: 48px;
		background-size: 22px 22px;
	}
	.sidebar-widget .menu li a {
		padding: 9px 8px 9px 20px;
		font-size: 15px;
	}
	.content li,
	.type-product li {
		font-size: 1rem;
		padding-left: 18px;
	}
}
