
.modList_sections {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
  }
  
  .modList_sections section {
    flex-basis: calc(50% - 10px);
    box-sizing: border-box;
    flex-grow: 1;
  }

  .modList_sections section > div {
    border: 1px solid #d5dee5;
    background: #f9f9f9;
    padding: 0 10px;
  }
  
  .modList_sections li {
    list-style-type: none;
    padding: 0;
  }
  
  .modList_sections ul {
    padding: 0;
  }
  
  .caption {
    margin: 0;
  }
  
  .most_dl_choice, .most_cited_choice {
    display: inline-flex;
    margin: 0;
    white-space: nowrap;
  }
  
  .most_dl_choice li, .most_cited_choice li {
    font-size: 12px;
  }
  
  .modList_sections ul {
    margin: 0;
  }
  
  
  .modList_sections .dl_tab, .modList_sections .cited_tab {
    padding: 2px 5px;
    border-radius: 2px;
    font-weight: 200;
  }

  .most_dl_choice .active .dl_tab, .most_cited_choice .active .cited_tab {
    font-weight: 700;
    color: var(--color-main);
    border-color: var(--color-main);
  }
  
  .modList_sections h3 {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 15px 0;
    border-bottom: 3px solid var(--color-main);
  }

  .modList_sections h3 span {
    white-space: nowrap;
  }

  .most_dl_choice li, .most_cited_choice li {
    padding: 0 2px;
  }

  .modListContent > ul > li:last-child {
    border-bottom: none !important;
  }

  .modListContent .dls, .modListContent .cts {
    border: solid 1px var(--color-main);
    color: var(--color-main);
    border-radius: 2px;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 16px;
    margin-right: 6px;
    flex: 0 0 30px;
    text-align: center;
  }

  .most_dl li, .most_cited li {
    display: flex;
    align-items: baseline;
  }

  .latestIssues li {
    display: flex;
    align-items: center;
  }

  .latestIssuesLink, .modList_sections .article_title {
    padding: 15px 0;
    flex-basis: 100%;
    transition: 0.3s;
    box-shadow: -10px 0 transparent, 10px 0 transparent;
    display: flex;
    align-items: center;
  }

  .latestIssuesLink:hover, .modList_sections .article_title:hover {
    text-decoration: none;
    background: rgba(0,0,0,0.03);
    box-shadow: -10px 0 rgba(0,0,0,0.03), 10px 0 rgba(0,0,0,0.03);
  }

  .latestIssuesLink .caption {
    color: black !important;
  }

  .latestIssuesImg {
    margin-right: 5px;
  }

  .latestIssuesText {
    display: block;
  }

  .latestIssuesText span {
    display: block;
  }

  #most-cited-articles .most_cited_tab_legend {
    color: #3e3e3e;
    font-size: 12px;
    justify-content: center;
  }

  .modList_sections li .article-authors {
    color: grey;
    font-style: italic;
  }
  