/* Open Item */
.toel-item.toel-open {
    display: flex;
}

/* Close Item */
.toel-item.toel-close {
    display: none;
}