.elementor-kit-7{--e-global-color-accent:#950316;--e-global-color-secondary:#FFFFFF;--e-global-color-primary:#FEA000;--e-global-color-text:#FFFFFF;--e-global-color-5c281cd:#000000;--e-global-color-372caf5:#FFFFFF;--e-global-typography-primary-font-family:"IRANYekan";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"IRANYekanFN";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"IRANYekanFN";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"IRANYekan";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-5c281cd );font-family:"IRANYekanFN", IRANYekanFN;font-weight:300;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-5c281cd );color:var( --e-global-color-372caf5 );border-radius:14px 14px 14px 14px;}.elementor-kit-7 a{color:#03B127;font-family:"IRANYekanFN", IRANYekanFN;font-weight:400;}.elementor-kit-7 a:hover{color:var( --e-global-color-primary );}.elementor-kit-7 h1{font-family:"IRANYekanFN", IRANYekanFN;font-weight:500;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Vazirmatn", IRANYekanFN;font-size:22px;font-weight:500;}.elementor-kit-7 h3{color:#00B9BB;font-family:"Vazirmatn", IRANYekanFN;font-size:19px;font-weight:500;}.elementor-kit-7 h4{font-family:"IRANYekanFN", IRANYekanFN;font-weight:400;}.elementor-kit-7 h5{font-family:"IRANYekanFN", IRANYekanFN;font-weight:400;}.elementor-kit-7 h6{font-family:"IRANYekanFN", IRANYekanFN;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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 .header-inner{width:0px;max-width:100%;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */#fullArticle h2 {
  font-size: 24px;
}

@media (max-width: 480px) {
  #fullArticle h2 {
    font-size: 18px;
  }
}
#fullArticle em {
  font-style: normal;
  background-color: #950316;
  border-radius: 7px;
  padding: 8px 15px;
  color: #ffffff;
  margin: 0 2px;
}

#fullArticle em:hover {
  background-color: #FEA000;
  color: #000000;
}
#fullArticle ol {
    list-style: none;
    counter-reset: li;
    padding-right: 0px;
    margin-right: 35px;
    
}
#fullArticle ol li {
    counter-increment: item;
    margin-bottom:5px;
}
#fullArticle ol li:before {
    margin-left: 10px;
    content: counter(item);
    background: #db3157;
    border-radius: 50%;
    color: white;
    width: 22px;
    height: 22px;
    line-height: 25px;
    text-align: center;
    display: block;
    float: right;
    font-weight: 400;
    margin-top: 6px;
    margin-right: -35px;
}
#fullArticle ul li:before {
    content: "\f00c";
    color: #2cce57;
    margin-right: -25px;
    float: right;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900; /* Fix version 5.0.9 */
    font-size: 15px
}

#fullArticle ul li {
    padding-left: 0;
    padding-right: 0px;
    list-style: none !important;
    margin-right:-15px;
}
#fullArticle img {
    width: 100%; 
    height: auto; 
    border: solid 1px #e0e0e0;
    border-radius: 7px;
    box-shadow: 0 0 20px 0 rgb(70 83 90 / 18%);
    margin-top: 10px;
    margin-bottom: 10px;
}

figure {
    margin: 0;
}
#fullArticle pre {
    direction: ltr;
    text-align: left;
    background: #f3fcfe;
    font-size: 12px;
    font-weight: 600;
    font-family: sans-serif;
    line-height: 1.9em;
    border: solid;
    border-color: #cdd6d8;
    border-width: 1px;
    padding: 10px;
    margin-bottom: 20px;
}/* End custom CSS */