.elementor-kit-11{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CDBE32;--e-global-color-f0b7f1a:#CA9E0C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-image:url("https://mitripress.com/wp-content/uploads/2025/08/stars-scaled-1.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;overscroll-behavior:contain;}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.elementor-kit-11 p{margin-block-end:0px;}.elementor-kit-11 a{color:#562AF9;font-family:"Roboto", Sans-serif;font-weight:600;}.elementor-kit-11 h1{color:#DD9728;}.elementor-kit-11 h2{color:#DD9728;}.elementor-kit-11 h3{color:#DD9728;}.elementor-kit-11 h4{color:#DD9728;}.elementor-kit-11 h5{color:#DD9728;}.elementor-kit-11 h6{color:#DD9728;}.elementor-kit-11 img{opacity:1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:3840px;}.e-con{--container-max-width:3840px;--container-default-padding-top:32px;--container-default-padding-right:32px;--container-default-padding-bottom:32px;--container-default-padding-left:32px;}.elementor-widget:not(:last-child){--kit-widget-spacing:5px;}.elementor-element{--widgets-spacing:5px 5px;--widgets-spacing-row:5px;--widgets-spacing-column:5px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding .site-logo img{width:563px;max-width:563px;}@media(min-width:1025px){.elementor-kit-11{background-attachment:fixed;}}@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 */// Top page
(function(){
  var s = document.createElement('style');
  s.id = 'mp-force-visible';
  s.textContent = 'html, body, * { visibility: visible !important; }';
  document.head.appendChild(s);
  console.log('Forced visible on top document.');
})();

// Try each iframe too
document.querySelectorAll('iframe').forEach(f=>{
  try{
    var d = f.contentDocument || f.contentWindow.document;
    var s = d.createElement('style');
    s.textContent = 'html, body, * { visibility: visible !important; }';
    d.head.appendChild(s);
    console.log('Forced visible inside an iframe.');
  }catch(e){}
});/* End custom CSS */