.sidebar .widget-title, 
.sidebar .wp-block-heading {
	color: var(--black);
	font-family: var(--d-din);
	font-size: 20px;
	line-height: 24px;
	background: url(../../images/right.svg) right center no-repeat;
	display: inline-block;
	padding-right: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
	margin-top: 20px;
	width: fit-content;
}
.sidebar .wp-block-heading {
	margin-bottom: 0;
}
.sidebar .search-field {
	border-radius: 5px;
	border: 1px solid #E1E4E8;
	background: var(--white);
	color: var(--black300);
	text-align: left;
	font-family: var(--roboto);
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	height: 40px;
	max-width: 215px;
	width: 100%;
	padding: 10px 12px;
}
.sidebar .search-submit {
	border-radius: 5px;
	background: var(--yellow-accent);
	border: none;
	padding: 5px 12px;
	color: var(--black300);
	text-align: center;
	font-family: var(--d-din);
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	height: 40px;
}
#aside-twitch a {
	background: var(--red-accent);
	display: flex;
	padding: 4px 20px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	align-self: stretch;
	color: var(--white);
	text-align: center;
	font-family: var(--roboto);
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	text-decoration: underline;
}
@media (max-width:1159px) {	
	.sidebar .search-field {
		max-width: calc(100% - 85px);
	}
	.sidebar {
		width: 100%;
		margin-top: 26px;
	}
	.sidebar iframe {
		width: 100%;
	}
}