.elementor-kit-6417{--e-global-color-primary:#F9751D;--e-global-color-secondary:#66CBE7;--e-global-color-text:#313235;--e-global-color-accent:#0F9ED9;--e-global-color-7249796:#FFFFFF;--e-global-color-8b674d4:#333333;--e-global-color-8c00108:#F7F7F7;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:1.15em;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:1.75rem;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.15em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:1.15rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.66em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:1rem;--e-global-typography-accent-font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:2.5em;}.elementor-element{--widgets-spacing:2.5em 2.5em;--widgets-spacing-row:2.5em;--widgets-spacing-column:2.5em;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6417 e-page-transition{background-color:#FFBC7D;}.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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6417{--e-global-typography-primary-font-size:2em;--e-global-typography-secondary-font-size:1.5rem;--e-global-typography-text-font-size:1rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hide,
div.post-tags,
#myModal {
    display: none;
}

html {
    background: #efefef;
}

p:last-child {
    margin-bottom: 0;
}

body {
    width: min(100%, 1440px);
    margin: 0 auto;
    background: #FFFFFF !important;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

.elementor-widget-text-editor a {
    color: #0F9EDA;
    text-decoration: underline;
    text-underline-offset: 3px;
}

body:not(.elementor-page) main.tag-clinical-trial {
    h1 {
        font-family: var(--e-global-typography-primary-font-family);
        line-height: var(--e-global-typography-primary-line-height);
        font-size: var(--e-global-typography-primary-font-size);
        font-weight: var(--e-global-typography-primary-font-weight);
        
        color: #F9751D;
        border-bottom: solid 1px #313235;
        padding-bottom: 0.5em;
    }
    
    h2 {
        font-family: var(--e-global-typography-secondary-font-family);
        line-height: var(--e-global-typography-secondary-line-height);
        font-size: var(--e-global-typography-secondary-font-size);
        font-weight: var(--e-global-typography-secondary-font-weight);
        
        color: #313235;
    }
    
    p {
        font-family: var(--e-global-typography-text-font-family);
        line-height: var(--e-global-typography-text-line-height);
        font-size: var(--e-global-typography-text-font-size);
        font-weight: var(--e-global-typography-text-font-weight);
        
        color: #313235;
    }
    
    a {
        color: #0F9ED9;
        text-underline-offset: 2px;
    }
    
}/* End custom CSS */