h2.section_title {
    max-width: 100%;
}
.centru-content .wp-block-kadence-iconlist ul.kt-svg-icon-list svg {
    width: 2em;
    height: 2em;
    color: var(--global-palette-highlight);
}
.subsection {
    padding: 40px;
    margin-bottom: 40px;
    border: 1px solid #F3f3f3;
}
.subsection h3 {
    border-bottom: solid 3px var(--global-palette-highlight-alt);
    padding-bottom: 16px;
    margin-bottom: 24px;
}
ul.toc-list li a {
    text-transform: none;
}
.entry-content img {
    border-radius: 4px;
}

.single-content ul.centru_beneficii {
    list-style: none;     
    padding-left: 0;
    margin-left: 0;
}
.centru_beneficii > li {
    position: relative;
    padding-left: 22px;  
    margin-bottom: 10px;
}
.centru_beneficii > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;           
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.70711 0.292893C1.31658 -0.0976311 0.683418 -0.0976311 0.292893 0.292893C-0.0976311 0.683418 -0.0976311 1.31658 0.292893 1.70711L1 1L1.70711 0.292893ZM10.2263 11.2263C10.7786 11.2263 11.2263 10.7786 11.2263 10.2263L11.2263 1.2263C11.2263 0.674011 10.7786 0.226296 10.2263 0.226296C9.67401 0.226296 9.2263 0.674011 9.2263 1.2263V9.2263H1.2263C0.674011 9.2263 0.226296 9.67401 0.226296 10.2263C0.226296 10.7786 0.674011 11.2263 1.2263 11.2263L10.2263 11.2263ZM1 1L0.292893 1.70711L9.51919 10.9334L10.2263 10.2263L10.9334 9.51919L1.70711 0.292893L1 1Z' fill='%23E60303'/%3E%3C/svg%3E");
}
.centru_tags {
    margin-top: 20px;
    margin-bottom: 20px;
}
.single-content .centru_tags ul {
    display: flex;           
    flex-wrap: wrap;        
    gap: 8px;                
    list-style: none;       
    padding: 0;              
    margin: 0;
}
.centru_tags li {
    background-color: #f7f7f7; 
    padding: 5px 12px;           
    border-radius: 4px;         
    font-weight: 300;
    white-space: nowrap;        
}
.centru_tags li a {
    color: var(--global-text);     
}