article.story-card {
    border: 1px solid rgba(0, 0, 0, .125);
}
article:not(:last-child).story-card {
    margin-bottom: 2rem;
}
.story-card .featured-img img {
    width: 100%;
    object-fit: cover;
    height: 200px;
}
@media (max-width: 767px){
    .story-card .featured-img {
        flex: 0 0 100%;
    }
    .story-card .featured-img img {
        height: 100%;
        width: 99%;
        margin: 0 auto;
        padding-bottom: 2em;
    }
    .story-card .col-8.order-md-1 {
        width: 100%;
    }
    .story-card .summary {
        display: none;
    }
}
.story-card .title h4 a {
    font-weight: 700;
    transition: color 0.3s ease;
    text-decoration: none;
}
.story-card .summary {
    color: #848484;
}
.archive-wrapper.row {
    margin-left: 1px;
}
article .content {
    color: #848484;
}
.btn.category-label {
    background: #fdea0a; 
}
.page-link.active, .active > .page-link {
    color: #000;
}

.border-vertical {
    background-color: var(--bs-border-color);
    width: 1px;
}
.post-thumb img {
    aspect-ratio: 1;
    height: auto;
    width: 100px;
}
.featured-story .post-thumb {
    flex-basis: 90%;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 0 !important;
    overflow: hidden;
}
.featured-story img {
    aspect-ratio: 4.75 / 3;
    -o-object-fit: contain;
    object-fit: contain;
    transform: scale(1.5) translate(0);
    width: 100%;
}

@media (min-width: 580px) {
    .archive-featured .archive-row .post-thumb img {
        aspect-ratio: 4.75 / 3;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }
}
.archive-articles .article-card {
    background: unset;
    border: unset;
    box-shadow: unset;
}
.archive-articles .article-card img {
    max-width: 300px;
}
.archive-featured h3{
    font-weight: 600;
}
.archive-articles .article-card .post-title {
    font-size: 1.7rem !important;
    line-height: 1.2;
}
.archive-featured .category-label,
.archive-articles .article-card .category-label {
    margin: 0;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    background: #fdea0a
}
.archive-articles .article-card {
    border-bottom: 1px solid var(--bs-border-color);
    margin-bottom: 1.5em;
    padding: 0 0 1.5em 0;
}
.archive-articles:last-child .article-card:last-child {
    border-bottom: none;
}