.article-category-list li a{
    text-wrap: nowrap;

}
.article-info-holder {
    display: flex;
    margin: 2rem 0;
}

.alist-revamped .article-img-holder {
    flex: 4 !important;

}

.article-info-content {
    flex: 6;
    padding: 0 2rem;
}

.article-category-list li a {
    background: #3155a4;
    border-radius: 25px;
    font-size: 11px;
    padding: 4px 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: white !important;
}
.article-category-list li {
    /* May not need this after backend changes */
    text-wrap: pretty !important;
}

.alist-revamped .article-category-list li ul{
    display: flex;
    flex-wrap: wrap;
    gap: 0 2px;
}

.alist-revamped .article-info-holder{
    min-height: 260px;
}

.article-info-content h3 a{
    text-decoration: none !important;
    color: black;
}

#view-more-articles{
    width: 100%;
    max-width: none;
    background-color: #3155a4;
    color: white;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
#view-more-articles:hover,#view-more-articles:focus{
  box-shadow: none;
  border: none;
}

.article-repeater-foot hr{
    margin: 1rem 0 0.5rem;
}