/**
 * Interaction Blocks — Frontend CSS
 */

.wp-block-post-content.ib-collapsed {
    max-height: 150px;
    overflow: hidden;
}

.wp-block-post-content.ib-expanded {
    max-height: none;
}
