.SimilarArticleControl {
        margin: 0;
        margin-bottom: 36px;
        display: block;
        margin-top: 20px;
        box-shadow: var(--box-category);
        border-radius: 4px;
        padding: 5px;
}
.SimilarArticleControl .ModuleTitle  {
    font-family: "Inter";
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    color: #031739;
    text-transform: uppercase;
    background: url(images/logo.png) no-repeat left;
    background-size: 20px;
    background-position-x: 5px;
    position: relative;
    margin-bottom: 10px;
}
.SimilarArticleControl .ModuleTitle:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 1.5px;
    background-color: var(--color-primary);
    bottom: 5px;
    left:0px;
}
.SimilarArticleControl a {
        color: #444444;
        text-align: justify;
        text-decoration: none;
        font-size: 16px;
        display: flex;
        position: relative;
        flex-direction: column;
}
.ListItem a {
    overflow: hidden;
}
.SimilarArticleControl a img {
        border: 1px solid #EEEEEE;
        margin-bottom: 12px;
        width: 100%;
        aspect-ratio: 16 / 10;
        object-fit: cover;
        height: 175px;
        transition: transform 0.3s ease;
}
.SimilarArticleControl a img:hover {
    transform: scale(1.05);
}
.SimilarArticleControl ul.ArticleList {
        color: #ff4200;
        list-style: none;
        margin: 0 0 0 0px;
        padding: 0;
        /* column-count: 3; */
        /* column-gap: 28px; */
        display: grid;
        grid-template-areas:
                "item item item item";
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        margin-bottom: 20px;
}
.SimilarArticleControl .ItemClear {
        list-style: none outside none;
}
.SimilarArticleControl li.ListItem {
        margin: 0;
        line-height: 1.4;
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid-column;
        display: inline-block;
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #f2f2f2;
        overflow: hidden;
}
.SimilarArticleControl .ArticleTitle {
        font-family: 'Merriweather';
        font-style: normal;
        color: #001339;
        font-size: 16px;
        font-weight: 700;
        line-height: 23px;
        letter-spacing: 0.002em;
        text-align: left;
        margin-bottom: 10px;
}
.SimilarArticleControl .ArticlePostDate, .ArticleViewCount {
        /* float: left; */
        /* font: italic 9pt arial; */
        margin-bottom: 0;
        margin-right: 0;
        font-size: 12px;
        color: #757575;
        margin-top: 5px;
        font-style: italic;
}
.SimilarArticleControl .ArticleList .ListItem .ArticlePostDate {
        margin-top: 0;
        bottom: 0;
        right: 0;
        /* identical to box height */
        /* Grey 2 */
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /* Grey 4 */
        color: #62748D;
        display: none;
}
.SimilarArticleControl .ArticleList .GridItem {
        display: block;
        float: left;
        height: 140px;
        list-style-position: outside;
        margin: 4px;
        padding: 5px;
        text-align: center;
        width: 118px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleImage {
        height: 80px;
        margin-bottom: 5px;
        width: 120px;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle:hover {
        color: #ff4e00;
}
.SimilarArticleControl .ArticleList .GridItem .ArticleTitle {
}
.SimilarArticleControl .ArticleList .GridItem .ArticlePostDate {
}
.SimilarArticleControl .ArticleList .ItemClear {
        clear: both;
        display: none;
}
.SimilarArticleControl .Pager {
        float: right;
}
.SimilarArticleControl .Pager .CurrentPage {
}
.SimilarArticleControl .Pager .ButtonPage {
        background-color: #dcdcdc;
        border: 1px solid #333333;
        height: 20px;
        padding: 0 6px;
        text-decoration: none;
        width: 20px;
}
.SimilarArticleControl .Summary {
        display: none;
}
.SimilarArticleControl .Pager {
        float: right;
}
.SimilarArticleControl .Pager .CurrentPage {
}
.SimilarArticleControl .Pager .ButtonPage {
        background-color: #dcdcdc;
        border: 1px solid #333333;
        height: 20px;
        padding: 0 6px;
        text-decoration: none;
        width: 20px;
}
.SimilarArticleControl>div:nth-child(3) {
        text-align: center;
        display: block;
        float: none !important;
}
.SimilarArticleControl>div:nth-child(3)>span {
        display: flex;
        align-items: center;
        justify-content: center;
}
.SimilarArticleControl>div:nth-child(3)>span>span, .SimilarArticleControl>div:nth-child(3)>span>a {
width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #dee2e6;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: none;
    color: #212529;
}
.SimilarArticleControl>div:nth-child(3)>span>span {
        background: #d42918;
        color: #fff;
}
@media only screen and (max-width: 768px){
        div.SimilarArticleControl {
                padding: 0 20px !important;
        }
        .SimilarArticleControl div.ArticleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 17px;
                line-height: 21px;
                text-transform: uppercase;
                /* Grey 1 */
                color: #031739;
                text-align: left !important;
                padding: 0;
                /* Heading 7 Robo */
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 15px;
                line-height: 21px;
                /* identical to box height, or 140% */
                /* Grey 1 */
                color: #031739;
        }
        .SimilarArticleControl a img {
                border-radius: 0 !important;
        }
        .SimilarArticleControl .ArticleList .ListItem div.ArticlePostDate {
                font-family: Roboto;
                font-style: normal;
                font-weight: 500;
                font-size: 13px;
                line-height: 15px;
                /* Grey 4 */
                color: #62748D;
                margin: 0;
                margin-top: 5px;
        }
        .SimilarArticleControl div.ModuleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 17px;
                line-height: 23px;
                /* or 135% */
                text-transform: uppercase;
                /* Grey 1 */
                color: #031739;
                padding: 12px 0;
                /* border: none; */
        }
        div.SimilarArticleControl>ul.ArticleList {
                column-count: 1;
                margin-top: 0 !important;
                display: block;
        }
        .SimilarArticleControl a img {
                height: 55vw;
                order: 1;
        }
        .SimilarArticleControl div.ArticleTitle {
                font-family: Merriweather;
                font-style: normal;
                font-weight: bold;
                font-size: 18px;
                line-height: 27px;
                /* or 150% */
                /* Grey 1 */
                color: #031739;
                order: 2;
        }
        .SimilarArticleControl .ArticleList .ListItem div.ArticlePostDate {
                order: 3;
                display: block;
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 16px;
                /* Grey 5 */
                color: #7D92AE;
                margin: 12px 0;
        }
        .SimilarArticleControl .Summary {
                display: block;
                order: 3;
                font-family: Roboto;
                font-style: normal;
                font-weight: normal;
                font-size: 14px;
                line-height: 21px;
                /* or 150% */
                color: #3B4E68;
        }
}
