.search-articles {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--red);
}
.category a {
	color: var(--black);
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: top;
}
.search-articles .date {
	font-size: 14px;
	color: var(--black);
	line-height: 16px;
}
.search-articles h3 {
	margin: 7px 0;
	font-size: 16px;
	line-height: 20px;
}
.search-form-outer {
	width: 100%;
	display: inline-block;
	margin-bottom: 20px;
}
.top-form-search {
	display: flex;
	margin-bottom: 20px;
}
.top-form-search input {
	max-width: 480px;
	color: var(--dark-black);
}
.search-button {
	background-image: url(../../images/search_line.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 32px;
	border: none;
	background-color: transparent;
	margin-left: 13px;
	width: 47px;
	height: 47px;
	cursor: pointer;
}
.bottom-form-search {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	margin-bottom:0;
}
.bottom-form-search select {
	width: 32%;
	margin-bottom: 20px;
	color: var(--dark-black);
}
.search-articles p {
	line-height: 22px;
	color: var(--black);
}
#search-counter {
	margin-bottom: 20px;
}
@media only screen and (max-width:767px) {
	.bottom-form-search select {
		width: 100%;
		margin-bottom: 0;
	}
}