#customize-controls .control-section-appzend .accordion-section-title:hover,
#customize-controls .control-section-appzend .accordion-section-title:focus {
	background-color: #fff;
}

.rtl .control-section-appzend .accordion-section-title .button {
	margin-left:  0;
	margin-right: 8px;
}

#accordion-section-appzend .accordion-section-title .button {
    display: block;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0 25px 0;
}

#accordion-section-appzend .accordion-section-title:before{
    display:none;
}

#accordion-section-appzend-doc .accordion-section-title .button {
    float: right;
}
#accordion-section-appzend-info h3::before{
    content: "";   
    display: none;
}
#accordion-section-appzend-info h3{
    text-align: center;
}
#accordion-section-appzend-info .button{
    height: auto;
    line-height: 1.6;
    text-transform: uppercase;
    padding: 10px 25px;
    white-space: normal;
    background-color: #ff262b;
    border: none;
    color: #FFF;
    text-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    font-size: 15px;
    text-align: center;
}
#accordion-section-appzend-info {
    display: block !important;
}