.table-show-more-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-4x);
    margin-bottom: var(--spacing-5x);
}

.table-show-more-wrapper .su-table, .table-show-more-wrapper .scrollable-container {
    margin-bottom: var(--spacing-0x);
}

.table-show-more-wrapper .table-content {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.table-show-more-wrapper .see-more-btn .see-less-text {
    display: none;
}