.cfu-e571b39a-wrapper {
    position: relative;
    width: 100%;
}

.cfu-e571b39a-content-wrap {
    position: relative;
    overflow: hidden;
}

.cfu-e571b39a-content {
    overflow: hidden;
    transition: max-height 400ms ease;
}

.cfu-e571b39a-content.cfu-e571b39a-folded {
    max-height: 100px;
}

.cfu-e571b39a-content:not(.cfu-e571b39a-folded) {
    max-height: none;
}

.cfu-e571b39a-fade {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, #ffffff);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.cfu-e571b39a-fade-hidden {
    opacity: 0;
}

.cfu-e571b39a-btn-wrap {
    display: flex;
    justify-content: center;
}

.cfu-e571b39a-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: inherit;
    transition: all 0.3s ease;
    line-height: 1;
}

.cfu-e571b39a-btn:hover {
    opacity: 0.9;
}

.cfu-e571b39a-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.cfu-e571b39a-icon-rotated {
    transform: rotate(180deg);
}

.cfu-e571b39a-btn-icon svg {
    width: 1em;
    height: 1em;
}
