*:focus {
    outline: 2px #FFD400 dashed!important;
}

body{
    overflow-x: hidden;
}


.detaisPanelExpert h4{
    margin-bottom: 5px;
}
.detaisPanelExpert h4 a{
    color: #0A246B;
    font-family: "century-gothic", Sans-serif;
    margin: 45px 0 0px;
    font-size: 1.5rem;
    font-weight: 600;
}

.detaisPanelExpert p{
    margin: 0;
    line-height: 1.1;
    font-size: 0.9rem;
}


.accordeon_ccjl_custom .elementor-tab-title{
    background: linear-gradient(90deg, #7DB928, #FFEA00);
    /*background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;*/
    border-radius: 46px 46px 46px 46px;
    padding: 25px !important;
    text-align: center;
}

.accordeon_ccjl_custom.ccjl_2026 .elementor-tab-title{
    background: var(--e-global-color-4ee92aa);
    
}

.accordeon_ccjl_custom .elementor-accordion-item{
    margin-bottom: 25px;
}


/*----- Accordion Widget - change icons -----*/
.accordeon_ccjl_custom .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right{
    margin-top: 7px;
    margin-right: 20px;
    font-size: 23px;
    
}
.accordeon_ccjl_custom .elementor-tab-title .elementor-accordion-icon .fas {
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}

.accordeon_ccjl_custom .elementor-tab-title .elementor-accordion-icon .fas:before {
    content: "\f053";
}


.accordeon_ccjl_custom .elementor-tab-title.elementor-active .elementor-accordion-icon .fas {
    transform: rotate(-90deg);
}
