.unfold-wrapper-2b5f834d {
    position: relative;
    width: 100%;
}

.unfold-container-2b5f834d {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.unfold-container-2b5f834d.is-expanded {
    max-height: none !important;
}

.unfold-fade-2b5f834d {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.unfold-container-2b5f834d.is-expanded .unfold-fade-2b5f834d {
    opacity: 0;
}

.unfold-btn-wrapper-2b5f834d {
    margin-top: 15px;
}

.unfold-trigger-2b5f834d {
    display: inline-block;
    cursor: pointer;
    border: none;
    outline: none;
    transition: all 0.3s ease;
}
