.aeqn-news-list {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.aeqn-news-list *,
.aeqn-news-list *::before,
.aeqn-news-list *::after {
	box-sizing: inherit;
}

.aeqn-news-item {
	margin: 0 0 1.35rem;
}

.aeqn-layout-compact .aeqn-news-item {
	padding: 0 0 1.35rem;
	border-bottom: 1px solid rgba(127, 127, 127, 0.28);
}

.aeqn-layout-compact .aeqn-news-item:last-child {
	margin-bottom: 0;
}

.aeqn-layout-cards {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(100%, 18rem), 1fr));
	gap: 1rem;
}

.aeqn-layout-cards .aeqn-news-item {
	height: 100%;
	margin: 0;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(127, 127, 127, 0.28);
	border-radius: 0.35rem;
	background: rgba(127, 127, 127, 0.045);
}

.aeqn-layout-minimal .aeqn-news-item {
	margin-bottom: 0.9rem;
}

.aeqn-news-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.25rem;
	font-size: 0.78em;
	line-height: 1.35;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	opacity: 0.72;
}

.aeqn-news-meta a {
	color: inherit;
	text-decoration: none;
}

.aeqn-news-meta a:hover,
.aeqn-news-meta a:focus {
	text-decoration: underline;
}

.aeqn-news-title {
	margin: 0 0 0.38rem;
	padding: 0;
	font-size: 1.18em;
	line-height: 1.25;
}

.aeqn-news-title a {
	color: inherit;
	text-decoration: none;
}

.aeqn-news-title a:hover,
.aeqn-news-title a:focus {
	text-decoration: underline;
}

.aeqn-news-content {
	margin: 0;
}

.aeqn-news-content > :first-child {
	margin-top: 0;
}

.aeqn-news-content > :last-child {
	margin-bottom: 0;
}

.aeqn-news-source {
	display: inline-flex;
	align-items: center;
	gap: 0.3em;
	margin-top: 0.55rem;
	font-size: 0.9em;
	font-weight: 600;
	text-decoration: none;
}

.aeqn-news-source:hover,
.aeqn-news-source:focus {
	text-decoration: underline;
}

.aeqn-empty {
	margin: 0;
	font-style: italic;
	opacity: 0.72;
}

.aeqn-pagination {
	margin-top: 1.5rem;
}

.aeqn-pagination .page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.aeqn-pagination .page-numbers li {
	margin: 0;
}

.aeqn-pagination a.page-numbers,
.aeqn-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 2.2rem;
	min-height: 2.2rem;
	padding: 0.35rem 0.65rem;
	border: 1px solid rgba(127, 127, 127, 0.3);
	border-radius: 0.25rem;
	text-decoration: none;
}

.aeqn-pagination span.current {
	font-weight: 700;
	border-color: currentColor;
}

@media (max-width: 480px) {
	.aeqn-layout-cards {
		display: block;
	}

	.aeqn-layout-cards .aeqn-news-item {
		margin-bottom: 1rem;
	}
}
