.fade-container {
    position: relative;
    overflow: hidden;
}

.fade-content {
    overflow: hidden;
    position: relative;
}

.fade-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
}

.fade-toggle-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 6px 0;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
}
