.source-archive {
    width: min(1050px, calc(100% - 32px));
    padding-top: 34px;
    padding-bottom: 44px;
}

.section > .shell {
    width: min(1050px, calc(100% - 32px));
}

.source-archive-layout {
    display: grid;
    grid-template-columns: minmax(0, 772.5px) minmax(0, 216.93px);
    gap: 60.36px;
    align-items: start;
}

.source-post-entry {
    margin: 0 0 30px;
    color: #2b2b2b;
}

.home-source-posts {
    margin-top: 34px;
}

.source-entry-header {
    position: relative;
}

.source-breadcrumb {
    margin: 0 0 14px;
    text-align: center;
    font-size: 16px;
    line-height: 25.6px;
}

.source-breadcrumb a,
.source-entry-meta a,
.source-entry-footer a,
.source-category-sidebar a {
    color: #357c03;
}

.source-entry-title {
    max-width: 724.5px;
    margin: 0 auto 12.8px;
    color: #0a0a0a;
    text-align: center;
    font-size: 25.6px;
    line-height: 33.28px;
    font-weight: 900;
}

.source-entry-divider,
.source-sidebar-divider {
    width: 30px;
    height: 3px;
    margin: 18px auto;
    background: rgba(0, 0, 0, .1);
}

.source-entry-meta {
    margin-bottom: 25px;
    text-align: center;
    color: #2b2b2b;
    font-size: 12px;
    line-height: 14.4px;
    text-transform: uppercase;
}

.source-entry-image {
    position: relative;
    width: 100%;
    aspect-ratio: 1020 / 556;
    overflow: visible;
}

.source-entry-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.source-entry-image-file {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.source-date-badge {
    position: absolute;
    top: 30px;
    left: -8px;
    width: 44px;
    height: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #2879c8;
    background: #fff;
    color: #2879c8;
    font-weight: 800;
    line-height: 1;
}

.source-date-badge span {
    font-size: 15px;
}

.source-date-badge small {
    margin-top: 2px;
    font-size: 11px;
}

.source-entry-summary {
    padding-top: 17px;
    font-size: 16px;
    line-height: 25.6px;
}

.source-entry-summary p {
    margin: 0 0 20px;
}

.source-entry-readmore {
    text-align: center;
}

.source-entry-readmore a {
    display: inline-block;
    padding: 7px 14px;
    border: 2px solid #357c03;
    color: #357c03;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
}

.source-entry-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 28px;
    padding: 10px 0 12px;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    font-size: 11px;
    line-height: 18px;
}

.source-category-sidebar {
    padding-left: 0;
    border-left: 1px solid #ececec;
}

.source-category-sidebar h3 {
    margin: 0 0 0 30px;
    color: #2b2b2b;
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
}

.source-category-sidebar .source-sidebar-divider {
    margin: 14px 0 16px 30px;
}

.source-category-sidebar nav {
    margin-left: 30px;
}

.source-category-sidebar nav a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    line-height: 25.6px;
}

.source-pagination {
    margin: 32px 0;
}

@media (max-width: 860px) {
    .source-archive-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .source-category-sidebar {
        padding-top: 22px;
        border-top: 1px solid #ececec;
        border-left: 0;
    }

    .source-category-sidebar h3,
    .source-category-sidebar .source-sidebar-divider,
    .source-category-sidebar nav {
        margin-left: 0;
    }
}

@media (max-width: 560px) {
    .source-entry-title {
        font-size: 22px;
        line-height: 29px;
    }

    .source-date-badge {
        left: 8px;
    }

    .source-entry-footer {
        display: block;
    }

    .source-entry-footer a {
        display: block;
        margin-top: 4px;
    }
}
