/**
* Icon for Customizer Panel
*/
#accordion-panel-cookie_cracker h3 button:before {
    content: '';
    background: url('cracker.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    position: relative;
    margin-right: 8px;
    top: 2px;
    display: inline-block;
}

.control-panel-default .accordion-section-title button.accordion-trigger, 
.control-section .accordion-section-title button.accordion-trigger {
    padding: 10px 10px 11px 7px;
    max-width: calc(100% - 17px);
}

/**
* Info Section Customizer Control 
*/
.customize-control-cc-info-section .cc-info-section .customize-control-title {
    background-color: #007cba;
    color: #FFF;
    font-size: 120%;
    font-weight: bolder;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 10px 25px;
    border-top: 2px solid #007cba;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 40%);
    font-size: 120%;
    font-weight: bolder;
    line-height: 1.2;
}

.customize-control-cc-info-section .cc-info-section .customize-control-description {
    margin-top: 1rem;
}