.widget {
	font-size: 14px;
}

.widget-title {
	font-size: 18px;
	margin-bottom: 16px;
	position: relative;
	padding-left: 12px;
}

.widget-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	width: 3px;
	background: var(--th-accent);
	border-radius: 2px;
}

.widget ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.widget a:hover {
	color: var(--th-accent);
}

.widget select,
.widget input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid var(--th-border);
	border-radius: 6px;
	background: var(--th-bg);
	color: var(--th-text);
}
