.custom-widget-content .inner-content {
    display: none;
}

.custom-widget-content h1,
.custom-widget-content h2,
.custom-widget-content h3,
.custom-widget-content h4,
.custom-widget-content h5,
.custom-widget-content h6 {
    margin: 0;
}

.custom-widget-content .heading {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 20px 0;
}

.custom-widget-content .heading .up-arrow {
    display: none;
}

.custom-widget-content .heading.open .down-arrow {
    display: none;
}

.custom-widget-content .heading.open .up-arrow {
    display: block;
}

.dark .custom-widget-content svg path {
    fill: white;
}

.custom-widget-content svg {
    width: 30px;
    height: 30px;
    margin: 0 0 0 10px;
}

.show-more-button {
    font-family: "Bebas Neue", Sans-serif;
    font-size: 20px;
    fill: var(--e-global-color-ae2765a );
    color: var(--e-global-color-ae2765a );
    background-color: var(--e-global-color-primary );
    border-radius: 0px 0px 0px 0px;
    padding: 8px 30px;
}

.nested-list .heading {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.nested-list .childs {
    display: none;
}

.nested-list .open + .childs {
    display: block;
}

.nested-list .open .down-arrow,
.nested-list .up-arrow {
    display: none;
}

.nested-list .open .up-arrow {
    display: inline;
}
