.fe-66570f40b63771677068fbc7 .html-block {
transform: translateY(70%);
transition: all 0.3s ease;
}
.fe-66570f40b63771677068fbc7 .fe-block:has(.html-block) {
overflow: hidden;
}
.fe-66570f40b63771677068fbc7 .fe-block:has(.html-block):hover .html-block {
transform: translatey(0);
transition: all 0.3s ease;
}