.elementor-237 .elementor-element.elementor-element-197e93f{--display:flex;}#elementor-popup-modal-237 .dialog-widget-content{animation-duration:1.2s;background-color:#1F4A73;background-image:url("https://cisalonline.com/wp-content/uploads/2026/03/PARA-BLOGS-1.png");background-position:bottom right;background-size:cover;border-radius:31px 31px 31px 31px;box-shadow:2px 8px 23px 3px rgba(255, 255, 255, 0.45);}#elementor-popup-modal-237{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-237 .dialog-message{width:640px;height:auto;padding:31px 31px 31px 31px;}#elementor-popup-modal-237 .dialog-close-button{display:flex;font-size:29px;}#elementor-popup-modal-237 .dialog-close-button i{color:var( --e-global-color-accent );}#elementor-popup-modal-237 .dialog-close-button svg{fill:var( --e-global-color-accent );}/* Start custom CSS for html, class: .elementor-element-88cd20c */.pubmed-latest-topics{
    margin-top: 30px;
    text-align: left;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255,255,255,.08);
    border-radius: 14px;
    padding: 20px;
}

.pubmed-latest-topics h4{
    color: #fff;
    margin-bottom: 14px;
    font-size: 18px;
}

.pubmed-latest-topics ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.pubmed-latest-topics li{
    margin-bottom: 10px;
}

.pubmed-latest-topics a{
    color: #e9f3ff;
    text-decoration: none;
    font-size: 15px;
}

.pubmed-latest-topics a:hover{
    text-decoration: underline;
}



.pubmed-search-input:focus{

box-shadow: 0 0 0 3px rgba(66,153,225,.35);

transition:.25s;

}/* End custom CSS */
/* Start custom CSS */.pubmed-search-container{

text-align:center;
max-width:900px;
margin:auto;

}

.pubmed-logo{

color:white;
font-size:32px;
font-weight:600;
margin-bottom:30px;

}

.pubmed-search-form{

display:flex;
justify-content:center;
align-items:center;

}

.pubmed-search-input{

width:100%;
max-width:700px;

height:60px;

border-radius:6px 0 0 6px;

border:none;

padding:0 20px;

font-size:18px;

outline:none;

}

.pubmed-search-button{

height:60px;

background:#2f855a;

border:none;

color:white;

padding:0 30px;

font-size:18px;

border-radius:0 6px 6px 0;

cursor:pointer;

transition:.3s;

}

.pubmed-search-button:hover{

background:#276749;

}

.pubmed-search-help{

margin-top:20px;

color:#d6e3f0;

font-size:15px;

}



document.addEventListener('keydown', function(event){

if(event.key === "Escape"){

let closeBtn = document.querySelector('.dialog-close-button');

if(closeBtn){
closeBtn.click();
}

}

});/* End custom CSS */