.scroll-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background: var(--wp--preset--color--primary);
    z-index: 10;
    transition: width 0.1s ease;
    pointer-events: none;
}
.reading-time-label {
	color: var(--wp--preset--color--text) !important;
}
.single .wp-site-blocks .block-header-post .wp-block-post-featured-image img {
	min-height: 100% !important;
	border-radius: 0;
}
.block-header-post .is-sticky * {
	height: 100%;
}
.entry-content p,
.entry-content ul {
	color: #404040;
	line-height: 1.8;
}
.wp-element-caption {
	color: var(--wp--preset--color--text);
	font-size: 14px;
}
.entry-content > .wp-block-group.has-primary-background-color {
	position: relative;
	padding-right: calc(var(--wp--preset--spacing--l)*2) !important;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 367 177' fill='none' xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none'%3E%3Cpath d='M0 177V0H360.407L367 177H0Z' fill='%23E50041'/%3E%3C/svg%3E") no-repeat center !important;
	background-size: 100% 100% !important;
}
.block-share .wp-block-button,
.block-share .wp-block-button__link,
.entry-content .wp-block-button,
.entry-content .wp-block-button__link {
	min-width: 0;
	white-space: nowrap;
}
.block-share .wp-block-button__link {
	padding: var(--wp--preset--spacing--xs);
}
.entry-content h2.wp-block-heading {
	margin-top: var(--wp--preset--spacing--4-xl) !important;
}

@media (max-width: 600px) {
	.block-header-post .wp-block-column:first-child > .wp-block-group {
		padding: var(--wp--preset--spacing--xl) 0 0 !important;
	}
	.block-header-portrait .wp-block-column:last-child {
		padding: 0 !important;
	}
	main > .wp-block-group:nth-child(2) {
		--wp--preset--spacing--5-xl: 128px;
		--wp--preset--spacing--4-xl: 80px;
		--wp--preset--spacing--3-xl: 64px;
		--wp--preset--spacing--2-xl: 48px;
		--wp--preset--spacing--xl: 32px;
	}
	.block-sub-summary,
	.block-sub-summary + * {
		max-width: 100% !important;
	}
}