/******************************************************************
Theme Name: adg_site
Template: braftonium
*/

/* .related-resources {
    border: 1px solid red;
} */

/* section.entry-content, */
/* section.related-resources, */
footer.footer section,
#inner-content.wrap,
header section div.wrap {
    padding-left: 1em !important;
    padding-right: 1em !important;
}

#related-resources-slider {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex: 1;
}

#related-resources-slider .list-item {
    flex: 1;
}

@media(max-width: 768px) {
    #related-resources-slider {
        flex-direction: column;
        gap: 0px;
    }
}

.related-resources .header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.related-resources .header-container h3 {
    margin: 0;
}

.blue-btn {
    font-size: 1.50rem;
    border-radius: 0px;
    padding: 4px 20px;
}