/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 15 2026 | 14:35:18 */
/*Features Image Hero*/
.single-post article > div:first-of-type{
	width:100% !important;
	margin-bottom:var(--space-xl);
}

.single-post article > div:first-of-type img{
	border-radius:var(--border-radius-xs);
}

.entry-meta{
	font-family: inherit;
 	font-weight: 400;
  	font-size: 0.9375rem;   /* 15px */
  	line-height: 1.2;       /* 18 / 15 */
	text-transform:uppercase;
	
	color:var(--accent);
}

/*Zweites Kommentarfeld ausblenden*/
.comments-area{
	padding:0 !important;
	margin-bottom:var(--space-xl) !important;
}

.comment-respond{
	margin-top: var(--space-lg);
}

/*NEW Blogpost Template Element*/
@media screen and (max-width:1200px){
	.single-post .dynamic-content-template.post{
		margin-left: var(--space-md-lg);
		margin-right: var(--space-md-lg);
	}
}


/*Backend Styles*/

:where(.editor-styles-wrapper) .wp-block-group__inner-container{
	padding:0;
}