/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 18 2026 | 12:17:54 */
/* Blog */

 .post-content * + :is( h2, h3, h4, h5, h6) {
    margin-top: 2.75rem;
    margin-bottom: 1.5rem;
}
 .post-content * + :is(p, ul, ol) {
    margin-top: 1rem;
}

.post-content ul li::marker {
  color: var(--e-global-color-accent);
}

 .post-content :where(figure) {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.post-content :where(figure.wp-block-table) {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

 .post-content h2 {
    font-size: clamp(1.25rem,5vw,1.75rem) !important;
    line-height: 1.4;
}

 .post-content h3 {
    font-size: clamp(1.15rem,5vw,1.25rem) !important;
     line-height: 1.4;
}

.post-content h4 {
    font-size: clamp(1.rem,5vw,1.125rem) !important;
     line-height: 1.4;
}

 .post-content *[id] {
  scroll-margin-top: 80px;
}

.post-content table thead {
	border: none;
	background-color: var(--e-global-color-accent);
}

.post-content table :is(th, th strong) {
	color: #000;
}

.post-content table :is(th,td) {
	border: 1px solid rgba(255,255,255,.1);
}


@media (max-width: 767px){
	 .post-author .elementor-author-box {
		flex-direction: column;
	}
	
	 .post-author .elementor-author-box .elementor-author-box__avatar {
		margin-right: 0;
		margin-bottom: 1rem;
	}
	
	 .post-content *[id] {
  scroll-margin-top: 120px;
}
}