/* region Style the accordion table */

.gcd-accordion {
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0;
    margin-top: 4px;
}

.gcd-accordion__title {
    cursor: pointer;
    background-color: #f5f5f5;
    padding: 7px 15px;
}

.gcd-accordion__title * {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.gcd-accordion__body {
    border-top: 1px solid #d9d9d9;
    padding: 12px 15px;
}

.gcd-accordion__title,
.gcd-accordion__body {
    margin: 0;
}

/* Add some margin after the last accordion item */
.gcd-accordion + *:not(.gcd-accordion) {
    margin-top: 20px;
}

/* endregion */

/* region Remove unnecessary bottom margin from the last item of the accordion */

.gcd-accordion__body .groupedcustomdata-container > .metadata__item:last-child,
.gcd-accordion__body fieldset .control-group:last-child {
    margin-bottom: 0;
}

/* endregion */
