/*
 * CSS Overrides for Standard Record List Components used for all pages and included via
 * Experience Builder > Settings > Advanced > Edit Head Markup as there currently is no other way
 * of changing styles of this components.
 *
 * If possible overrides are provide within a custom class that needs to be added to the standard
 * component.
 */

.forceRelatedListCardHeader .stencil{
    display: none;
}

.forceCommunityRecordListStandard .viewAllLink {
    display: none;
}