#customize-controls .control-section-engager .accordion-section-title:hover,
#customize-controls .control-section-engager .accordion-section-title:focus {
  background: #292960;
  color:white;
}

.control-section-engager .accordion-section-title .button {
  margin-top:  -4px;
  font-weight: 400;
  margin-left: 8px;
  background: #292960;
  color: #FFF;
  font-size: 16px;
  border-color: #ccc;
}

  .rtl .control-section-engager .accordion-section-title .button {
    margin-left:  0;
    margin-right: 8px;
  }