.listing-section-title {
    cursor: pointer;
    background: #d2dae2 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><path fill="none" d="M0 0h50v50H0z"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="4" d="M9 25h32M25 9v32"/></svg>') 98% center no-repeat;
    background-size: 24px;
    font-weight: 400;

    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 12px;
    color: #485460;
}
.listing-section-title-expanded {
    background: #d2dae2 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50"><path fill="none" d="M0 0h50v50H0z"/><path fill="none" stroke="#000" stroke-miterlimit="10" stroke-width="4" d="M9 25h32"/></svg>') 98% center no-repeat;
}
