
.rh_content {
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .rh_content.expanded {
        overflow: visible;
    }