/* Hola Alex! */

#news-searcher {
	max-width: 820px;
	margin-inline: auto;
	padding-inline: 1rem;
}

.form-searcher {
	border-bottom: 1px solid var(--neutral-grey, #cfd0d0);
	display: flex;
	background: transparent;
}

.form-searcher button,
.form-searcher input {
	background: none;
	border: none;
}

.form-searcher input {
	width: 100%;
	padding: 12px 8px;
	font-size: 16px;
	color: #97999b;
}

.form-searcher input:focus {
	outline: none;
}

.filter_category {
	display: flex;
	align-items: center;
	padding: 0 8px;
	justify-content: space-between;
	margin: 50px auto;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 1rem;
}

@media (min-width: 992px) {
	.filter_category {
		flex-direction: row;
	}
}

.filter_category a {
	color: #cfd0d0;
	font-size: 16px;
	font-weight: 700;
}

.filter_category a.selected,
.filter_category a:hover {
	color: #252528;
}

.eael-entry-header .date,
.eael-entry-header .time {
	color: #252528;
	font-style: normal;
}

.eael-entry-header .date {
	font-size: 4.6875rem;
	font-weight: 250;
	line-height: 108%;
}

.eael-entry-header .date span {
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 300%;
	letter-spacing: 0.375rem;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 8px;
}

.eael-entry-header .time {
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 10px;
	display: flex;
	align-items: flex-start;
	column-gap: 6px;
}

.actualidad-posts .eael-entry-header .date,
.actualidad-posts .eael-entry-header .time {
	display: none;
}
