﻿.feed-item-cat {
    background-color: white;
    padding-bottom:0.1rem;
}

.feed-item-box {
    color: rgb(var(--dark));
    border-bottom: 1px solid lightgray;
    padding: 2rem 0;
    position: relative;
}

.feed-item-box:nth-child(1) {
    border-top: 1px solid lightgray;

}

.feed-item-categories {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: absolute;
    right: 0.1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 18rem;
    max-width: 100%;
}

.feed-item-date {
    font-size: 1.1rem;
    color: #A2A2A1;
}

.feed-item-article h3 {
    margin: 0;
    margin-right: 25rem;
}

.custom-feed-anchor {
    margin-left: 0.4rem;
    --primary-color: var(--teal) !important;
    --primary-color-light: var(--teal-light) !important;
}
.title-feed-box a {
    font-weight: 500;
    color: black;
    font-family: Roboto Slab;
}
.feed-item__content__date {
    text-transform: uppercase;
}