.f-sticky-card{border:1px solid var(--sticky-card-border-color, #e5e5e5);border-radius:3px;transition:.3s;cursor:pointer}.f-sticky-card:hover{box-shadow:0 0 8px #e8edfa99,0 2px 4px #e8edfa80}.f-sticky-card__source{padding:20px;box-sizing:border-box}.f-sticky-card__box{box-sizing:border-box;height:fit-content;transition:max-height .4s;max-height:0;overflow:hidden;background:var(--sticky-card-content-background, #fff)}.f-sticky-card__box.f-sticky-card__box-open{border-top:1px solid var(--sticky-card-border-color, #e5e5e5);overflow-y:auto;max-height:var(--sticky-card-max-height, 800px)}.f-sticky-card__box .f-sticky-card__content{padding:20px;box-sizing:border-box}.f-sticky-card__box::-webkit-scrollbar{width:7px}.f-sticky-card__box::-webkit-scrollbar-thumb{background:#ddd;border-radius:6px}.f-sticky-card__option{border-top:1px solid var(--sticky-card-border-color, #e5e5e5);height:45px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;user-select:none;font-size:15px;background:#fff;padding:10px;box-sizing:border-box;z-index:9999}.f-sticky-card__option.f-sticky-card__option-open{position:sticky;bottom:0px}.f-sticky-card__option__option-text{color:#333;transition:.4s}.f-sticky-card__option:hover .f-sticky-card__option-text{color:#2d5af1}
