/*************************************************************/
/* css/style_resources.css                                   */
/*                                                           */
/* DESCRIPTION: Style sheet - Resources                      */
/*                                                           */
/*************************************************************/

.re_section {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 24px 0;
    background-color: var(--bg-subtle);
    padding: 24px;
    border-radius: 10px;
}
.re_section h4 {
    font-size: 28px;
    font-weight: 700;
}
.re_section h5 {
    font-size: 20px;
    font-weight: 700;
}
.re_feeds_section {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 12px;
}
.re_linkdiv {
    display: flex;
}

#re_sidebar a img {
    vertical-align: bottom;
}

.re_feeddiv {
}

.re_ratingfeed_multipage,
.re_datefeed_multipage {
    margin-left: 24px;
    display: flex;
    flex-direction: row;
    gap: 12px;
}

@media screen and (max-width: 743px) {
    .re_section {
        margin: 0;
        background-color: var(--color-mono-white);
        padding: 0;
        border-radius: 0;
    }
    #container_resources .cr_leftcol {
        gap: 48px;
    }
}