.article-references .title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.article-references .ref-list {
    display: flex;
    flex-direction: column;
    margin-top: 34px;
    gap: 26px;
    margin-bottom: 33px;
}

.article-references .ref-list .ref-item {
    display: flex;
    flex-direction: column;
}

.article-references .ref-list .ref-item .ref-label {
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    color: var(--wp--preset--color--main-black);
}

.article-references .ref-list .ref-item .ref-url {
    /* Empty, ready for styles if needed */
}
  