.angie-icon-list-expandable-eda362e9 {
    position: relative;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-items {
    list-style: none;
    padding: 0;
    margin: 0;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-items.inline {
    display: flex;
    flex-wrap: wrap;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-item {
    display: flex;
    align-items: center;
}
.angie-icon-list-expandable-eda362e9 .angie-hidden {
    display: none !important;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-icon {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-toggle-wrap {
    position: relative;
    z-index: 2;
}
.angie-icon-list-expandable-eda362e9 .angie-icon-list-toggle {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}
.angie-icon-list-expandable-eda362e9.has-overlay:not(.is-expanded) .angie-icon-list-overlay {
    position: absolute;
    bottom: 100%; /* Sits right above the toggle wrap */
    left: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}