/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 18 2026 | 19:24:05 */
/*Nullify Pattern: Patreon Styles*/
.sidebar .container-background-color-main-2{
	background-color:transparent !important;
}

.sidebar .container-padding-top-xl.container-padding-bottom-xl{
	padding-top:0;
	padding-bottom:0;
}

.sidebar .container-img-patreon{
	display:block !important;
}

.sidebar .wp-block-button{
	width:100%;
}

.sidebar .paragraph-small{
	font-weight:600 !important;
}


.sidebar .container-sidebar-inner{
	box-shadow: 0 0 5px rgba(38, 52, 48, 0.54);
	border-radius:var(--border-radius-xs);
	padding: var(--space-md-lg);
}

.sidebar .wp-block-latest-posts{
	margin-left:0;
	
	font-size: 0.875rem !important;
	line-height:1.43 !important;
	font-weight:600;
}

.sidebar .container-sidebar-latest{
	margin-top: var(--space-md-lg);
	margin-bottom:0;
	padding-top: var(--space-md-lg);
	border-top: solid 2px var(--accent-3);
}

.sidebar .wp-block-latest-posts{
	margin-bottom:0;
}

.sidebar .wp-block-latest-posts li{
	padding-bottom: var(--space-xs);
}

.sidebar .wp-block-latest-posts a{
	text-decoration:none;
}

@media screen and (max-width:1200px){
	.sidebar{
		margin-right: var(--space-md-lg);
	}
}

@media screen and (max-width:768px){
	.sidebar{
		margin-left: var(--space-md-lg);
	}
}