hs-faq-container > div {margin:5px 0;}
.hs-faq-container label {
    background: #f6f3ee;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 1px 0 0 0 rgba(255, 255, 255, 0.9) inset, 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #904816;
    cursor: pointer;
    display: block;
    font-family: &quot;Trebuchet MS&quot;,Arial,Helvetica,sans-serif
    font-size: 18px;
    height: auto;
    line-height: 33px;
    padding: 5px 20px;
    position: relative;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    z-index: 20;
}

.hs-faq-container input:checked + label, .hs-faq-container input:checked + label:hover {
    background: #904816;
    box-shadow: 0 0 0 1px rgba(155, 155, 155, 0.3), 0 2px 2px rgba(0, 0, 0, 0.1);
    color: #f6f3ee;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.6);
}

.hs-faq-container label:hover:after, .hs-faq-container input:checked + label:hover:after {
    background: inherit;
    content: &quot;&quot;;
    height: 24px;
    position: absolute;
    right: 13px;
    top: 7px;
    width: 24px;
}