.block-sources {
    border: 2px solid var(--wp--preset--color--octonary);
    padding: 24px;
}

.block-sources .block-sources__title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--wp--preset--font-family--secondary);
    font-size: var(--wp--preset--font-size--large);
    font-weight: 700;
    letter-spacing: var(--wp--custom--letter-spacing--looser);
    line-height: var(--wp--custom--line-height--small);
    text-transform: uppercase;
}

.block-sources .block-sources__title::before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url(/wp-content/themes/studyfinds-2024/assets/icons/utility/sources.svg) no-repeat center center;
    background-size: contain;
}

.block-sources a {word-break: break-all;}