.qb--unfold-desc{position:relative;max-height:500px;overflow:hidden;transition:max-height .3s ease;flex-wrap:nowrap}.qb--unfold-desc::after{content:"";position:absolute;bottom:0;left:0;right:0;height:60px;background:linear-gradient(to bottom,#fff0 0,rgb(255 255 255 / .9) 100%);pointer-events:none;transition:opacity .3s ease}.qb--unfold-desc.open::after{opacity:0}.qb--unfold-desc.open{max-height:100%}.qb--unfold-link{display:inline-block;cursor:pointer}.qb--unfold-link a{text-decoration:underline!important;color:var(--darkgreen)}@media(max-width:478px){.qb--unfold-desc{max-height:200px}}