#imports_content_li {
    width:100%; 
    margin-left:8px;
}
#imports_content_section {
    width:100%; 
    margin-left:8px;
    display: flex;
    flex-wrap: wrap;
}
#imports_content_width {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#imports_section_container {
    margin-bottom:20px;
}
.imports_recently_added_failure>span>svg {
    color: white;
    background: #f8c169;
    border-radius: 50%;
    height:16px;
    width: 16px;
    margin-bottom: 3px;
}
.imports_recently_added_failure_single>span>svg {
    color: white;
    background: #f8c169;
    border-radius: 50%;
    height:16px;
    width: 16px;
}
.imports_recently_added_success>span>svg {
    color: white;
    background: #33741f;
    border-radius: 50%;
    height:16px;
    width: 16px;
    margin-bottom: 3px;
}
#imports_recently_added_no_uri{
    height:16px;
    width: 16px;
    top: 4px;
}
#imports_title_span {
  height: 15px; 
  display: flex; 
  gap: 8px; 
  align-self: center; 
  margin-bottom: 4px;
}