.gew-glossary-section {
    margin-bottom: 28px;
}

.gew-glossary-letter {
    position: relative;
    margin: 0 0 14px;
    padding-bottom: 8px;
    border-bottom: 2px solid #682f8e;
}

.gew-glossary-letter:after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #682f8e;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.gew-glossary-letter .jeg_block_title {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.gew-glossary-letter .jeg_block_title span {
    color: #000;
    font-weight: 700;
}

.gew-glossary-item {
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}

.gew-glossary-summary {
    cursor: pointer;
    list-style: none;
    font-size: 20px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    padding: 15px 34px 15px 0;
    position: relative;
}

.gew-glossary-summary::-webkit-details-marker {
    display: none;
}

.gew-glossary-summary:after {
    content: "+";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    line-height: 1;
}

.gew-glossary-item[open] .gew-glossary-summary:after {
    content: "−";
}

.gew-glossary-content {
    padding: 0 0 16px;
    line-height: 1.7;
}

.gew-glossary-content p {
    margin: 0 0 12px;
}

.gew-glossary-content p:last-child {
    margin-bottom: 0;
}
