.related-resources {
    padding-top: 40px;
    padding-bottom: 40px;
    background-image: url('../../../img/layout/dot-pattern.png');

    .article-list-related__item {
        width: 30%;
        margin: auto;
        padding: 5px;
        float: left;
    }

    @media (max-width: 768px) {
        .article-list-related__item {
            width: 90%;
            margin: auto;
            padding: 5px;
            float: none;
        }
    }

    @media (min-width:768px) {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.related-resources__title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 700;
    color: var(--brand-primary);
    text-transform: uppercase;
}

.article-list-related {
    margin-left: -15px;
    margin-right: -15px;

    @media (min-width:1200px) {
        margin-left: -32px;
        margin-right: -32px;
    }

    .rp4wp_component_image {
        display: block;
        margin-bottom: 15px;

        img {
            display: block;
        }
    }

    .rp4wp_component {
        padding: 0px !important;
    }

    .rp4wp_component_taxonomy>span {
        display: inline-block;
        margin-bottom: 5px;
        font-weight: 700;
        text-transform: uppercase;
        color: var(--brand-green);
        transition: color .2s ease-in-out;

        &:hover,
        &:focus {
            text-decoration: none;
            color: var(--brand-green);
        }
    }

    .rp4wp_component_title {
        margin-top: 0;
        margin-bottom: 7px;
        font-size: 18px;
        color: var(--text-color);

        a {
            display: block;
            color: inherit;
            font-weight: 400;
            transition: color .2s ease-in-out;

            &:hover,
            &:focus {
                text-decoration: none;
                color: var(--brand-primary);
            }
        }
    }

    .rp4wp_component_author {
        font-size: 12px;
        font-weight: 300;
        color: var(--brand-grey-light);

        &:before {
            content: 'By ';
        }

        span {
            font-weight: 700;
            text-transform: uppercase;
            color: inherit;
            transition: color .2s ease-in-out;

            &:hover,
            &:focus {
                text-decoration: none;
                color: var(--brand-grey-light);
            }
        }
    }
}

.rp4wp-col {
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;

    &:last-child {
        margin-bottom: 0;
    }

    @media (min-width:768px) {
        width: 33.333333%;
        margin-bottom: 0;
        float: left;
    }

    @media (min-width:1200px) {
        padding-left: 32px;
        padding-right: 32px;
    }
}