.opotengi-category-list {
	display: grid;
	gap: 14px;
}

.opotengi-category-list__header {
	align-items: baseline;
	border-bottom: 3px solid #0d47a1;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	padding-bottom: 8px;
}

.opotengi-category-list__title {
	font-family: var(--wp--preset--font-family--roboto-slab, Georgia, serif);
	font-size: 22px;
	line-height: 1.1;
	margin: 0;
}

.opotengi-category-list__more {
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
}

.opotengi-category-list__items {
	display: grid;
	gap: 14px;
}

.opotengi-category-list__item {
	border-bottom: 1px solid #d8dee6;
	display: grid;
	gap: 10px;
	padding-bottom: 12px;
}

.opotengi-category-list--cards .opotengi-category-list__items {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.opotengi-category-list--cards .opotengi-category-list__item {
	border-bottom: 0;
}

.opotengi-category-list__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.opotengi-category-list__kicker {
	color: #e61745;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.1;
	min-height: 12px;
	text-transform: uppercase;
}

.opotengi-category-list__headline {
	font-family: var(--wp--preset--font-family--roboto-slab, Georgia, serif);
	font-size: 20px;
	font-weight: 800;
	line-height: 1.15;
	margin: 0;
}

.opotengi-category-list__headline a {
	color: inherit;
	text-decoration: none;
}

.opotengi-category-list__headline a:hover {
	color: #e61745;
}

.opotengi-category-list__excerpt {
	color: #4e4e50;
	font-size: 14px;
	line-height: 1.35;
}

@media (max-width: 760px) {
	.opotengi-category-list--cards .opotengi-category-list__items {
		grid-template-columns: 1fr;
	}
}

