.tsvbt-unfold {
    transition: all 300ms ease;
}

.tsvbt-unfold__mask {
    overflow: hidden;
    position: relative;
}

.tsvbt-unfold__separator {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    opacity: 0;
    transition: opacity 100ms ease;
    pointer-events: none;
}

.tsvbt-unfold__trigger {
    display: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.tsvbt-unfold__button {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background-color: #6ec1e4;
    cursor: pointer;
}

.tsvbt-unfold__button.elementor-button {
    display: flex;
    flex-flow: row nowrap;
}

.tsvbt-unfold__button:not(:empty) {
    gap: 5px;
}

.tsvbt-unfold-state .tsvbt-unfold__separator {
    opacity: 0;
}
