.linkedFiles {
    background-color: var(--blue1);
    /* border: 1px solid var(--grey4); */
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 20px;
    border-radius: 12px;    
}

.linkedFilesContainer {
    display: flex;
    align-items: center;
    /*justify-content: stretch;*/
    gap: 1rem;
}
.linkedFilesContainer .cbsSiteArrow path {
    stroke: var(--blue5) !important;
    stroke-width: 2.5 !important;
}
.linkedFilesTitle {
    /* font-size: 1.2rem; */
    /* font-weight: bold; */
    display: flex;
    column-gap: 1rem;
    align-items: center;

    color: var(--grey9);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.linkedFilesTitleIcon {
    background-color: var(--cbswhite);
    border-radius: 50%;
    display: flex;
    padding: 10px;
}
/* NOT SURE WHY THE FOLLOWING CLASSES ARE IN THIS FILE - COMMENTED OUT */
/* .socialShareLinks {
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
    align-items: baseline;
    row-gap: 0.5rem;
}

.socialShareLink {
    background-color: var(--cbswhite);
    padding: 0.5rem;
    min-width: 1.5rem;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--grey3);
    text-align: center;
}

.socialShareLink svg {
    width: 1rem;
    height: 1rem
}

.socialShareLink:hover {
    box-shadow: 0 0 2px 3px var(--blue4);
} */

@media only screen and (min-width: 768px) {
    

}