/* Ensure container positions relative so the overlay is placed correctly */
.seo-more-container {
    position: relative;
}

/* The content area that may get truncated */
.seo-more-content {
    transition: max-height 0.3s ease;
}

.seo-more-content *:first-child{
    margin-block-start: 0;
}

/* The overlay gradient shown on truncated content */
.seo-more-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
    pointer-events: none;
}
