.elementor-kit-6{--e-global-color-primary:#FFC107;--e-global-color-secondary:#343A40;--e-global-color-text:#212121;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"IRANYekanX";font-feature-settings:"numr";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANYekanX";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANYekanX";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekanX";--e-global-typography-accent-font-weight:500;background-color:#F1EEEE;color:var( --e-global-color-text );font-family:"IRANYekanX", Sans-serif;font-size:1.1em;line-height:1.8em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#4461D2;}.elementor-kit-6 h1{font-family:"IRANYekanX", Sans-serif;font-size:2.5em;}.elementor-kit-6 h2{font-family:"IRANYekanX", Sans-serif;font-size:2em;}.elementor-kit-6 h3{font-family:"IRANYekanX", Sans-serif;font-size:1.75em;}.elementor-kit-6 h4{font-family:"IRANYekanX", Sans-serif;font-size:1.5em;}.elementor-kit-6 h5{font-family:"IRANYekanX", Sans-serif;font-size:1.25em;}.elementor-kit-6 h6{font-family:"IRANYekanX", Sans-serif;font-size:1em;}.elementor-kit-6 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:0.9em;line-height:1.6em;}.elementor-kit-6 h1{font-size:2.2em;}.elementor-kit-6 h2{font-size:1.8em;}.elementor-kit-6 h3{font-size:1.5em;}.elementor-kit-6 h4{font-size:1.3em;}.elementor-kit-6 h5{font-size:1.15em;}.elementor-kit-6 h6{font-size:0.9em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:0.8em;line-height:1.5em;}.elementor-kit-6 h2{font-size:1.6em;}.elementor-kit-6 h4{font-size:1.2em;}.elementor-kit-6 h5{font-size:1em;}.elementor-kit-6 h6{font-size:0.85em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* paragraphs */
.single-post p {
    text-align: justify;
}

/* images inside posts */
.single-post .elementor-widget-image img {
    margin-bottom: 1.4em;
    box-shadow: -0.25em 0.38em 0.7em rgba(153,153,153,0.75);
}

/* images inside paragraphs */
.single-post .elementor-widget-image p img {
    box-shadow: none;
}

/* heading tags */
.elementor-heading-title {
    margin: 0.2em 0 0.15em 0;
}

/* captions */
.elementor-widget-image .widget-image-caption {
    color: #555454 !important;
    font-size: 0.9em !important;
    margin-bottom: 0.8em;
}

/* Tablet */
@media (max-width: 1024px) {
    .single-post .elementor-widget-image img {
        box-shadow: -0.25em 0.38em 0.7em rgba(153,153,153,0.75);
    }
}

/* info & examples & warning paragraphs */
.single-post .info p,
.single-post .example p,
.single-post .warning p{
    display: block;
    padding: 1em 1.125em;
    border-radius: 0.375em;
}

.single-post .example p {
    background: #CDE9FF;
    color: #152930;
    border-right: 0.25em solid #64B5F6;
    
    
}

.single-post .info p {
    background: #FCE39D;
    color: #362D02;
    border-right: 0.25em solid #FFC107;
}


.single-post .warning p {
    ;
    color: #362D02;
    border-right: 0.25em solid #DA3B00;
    background-color: #ffb8a2;

}


/* link hover & visited style */
.single-post a {
  text-decoration: none;
  transition: color 0.3s ease, text-decoration 0.3s ease;
}

.single-post a:hover {
  color: #FFC107;
  text-decoration: underline;
}

.single-post a:visited {
  color: #8e44ad;
}

/* Hide TOC initially */
.single-post .elementor-widget-table-of-contents {
    min-height: 200px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.single-post .elementor-widget-table-of-contents.toc-ready {
    opacity: 1;
}

/* disable copy */
.single-post body,
.singlr-post heading{
  user-select: none;
}/* End custom CSS */