﻿.related-article-item {
    min-height: 170px;
}

a.article-item-container:hover h2 {
    color: #f48c39 !important;
    text-decoration: none !important;
}


a.article-item-container:hover {
    color: #f48c39 !important;
    text-decoration: none !important;
}


.related-article-item img {
    max-height: 170px;
    object-fit: cover;
    width: 100%;
}

.related-article-item h2 {
    font-size: 19px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    min-height: auto;
    text-decoration: none;
    text-align: left;
    padding: 0 10px 80px;
}

.related-articles-lp {
    font-size: 32px !important;
    font-weight: 700 !important;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
    text-align: center !important;
    font-family: RobotRegular, sans-serif !important;
}

.related-articles-container {
    display: flex;
    flex-direction: row;
    padding: 0 !important;
    margin: 20px !important;
    max-width: 100%;
    justify-content: center;
}

.article-item-container {
    display: flex;
    flex-direction: column;
    padding: 0 !important;
    text-decoration: none !important;
    color: #002e3f !important;
}

.related-articles-box {
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 10px;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    width: 300px;
    max-width: 100%;
    min-height: 290px;
    border: 2px solid #002e3f;
}

    .related-articles-box li {
        margin: 0 !important;
        padding: 0 !important;
    }

    .related-articles-box .time-time-to-read-icon {
        position: absolute;
        bottom: 0;
        padding: 0 0 10px;
        width: 100%;
        left: 15px;
    }

    .related-articles-box .icon-arrow-right {
        background: #002e3f;
        display: inline-block;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        padding: 5px 0 0 2px;
        text-align: center;
        font-size: 18px;
        color: #fff;
        margin-right: 5px;
    }


@media (max-width: 768px) {
    .related-articles-container {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        align-items: center;
    }

    .article-item-container {
        display: flex;
        flex-direction: row;
    }

    .related-articles-box {
        margin-bottom: 20px;
    }


    .related-article-item {
        min-height: initial;
    }

        .related-article-item img {
            max-height: initial;
        }

        .related-article-item h2 {
            padding-bottom: 60px;
        }
}
