/* Sidebar Widgets */
.sidebar .widget {
	background-color: #fff;
	border-radius: 20px;
	padding: 28px 36px;
	margin-bottom: 22px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widget-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: -1px;
	margin-bottom: 22px;
}

.sidebar .widget ul {
	margin: 0;
	list-style: none;
}

.sidebar .widget ul li:not(:last-child) {
	margin-bottom: 16px;
}

.sidebar .widget a {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: -0.807px;
	color: #A8A8A8;
}

.sidebar .widget a:not(:hover, :focus) {
	text-decoration: none;
}

.sidebar .widget a:is(:hover, :focus),
.sidebar .widget a.active {
	color: var(--blue, #21759B);
}

@media screen and (max-width: 991px) {
	.sidebar .widget {
		padding: 22px;
	}
}