:root {
 	--wpi--primary-bg-color: #ff1d46;
	--wpi--link-hover-color: #7a7a7a;
	--wpi--font-size-large: clamp(34px, 50%, 44px)
}

.wpi-post-list .count-number {
	background-color: transparent;
	color: #ff1d46;
	font-size: 36px;
}

.wpi-post-list .count-number:after {
	content: '.';
}

.wpi-post-list {
    gap: 12px;
}

.wpi-post-list .entry-image {
	display: none;
}

.section-header .section-title {
	font-size: calc(var(--wpi--font-size-large) / 1.5);
}

.entry-title-large {
	font-weight: 700;
}

.wpi-breadcrumb-trails .breadcrumbs ul {
	background-color: rgba(var(--wpi--rgb-color), 0.045);
	padding-top: 10px;
    padding-left: 10px;
}
.wpi-breadcrumb-trails .breadcrumbs span[itemprop="name"] {
	background: none;
}

.navigation.post-navigation {
	margin-bottom: 40px;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    #secondary, .wpi-secondary-widgetarea {
        flex: 0 0 30rem;
        width: 30rem;
    }
}