.works_archive .c-entries {
    row-gap: 20px;
}

.works_archive .c-entries__item {

    margin-bottom: 0;
}

.works_archive .c-entry-summary__body {
    background-color: #fff;
    padding: 10px 20px 10px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.works_archive .c-entry-summary {
    position: relative;
    height: 100%;
}

.works_archive .c-entry-summary::after {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid var(--accent-color);
}

.works_archive .c-entries__item a {
    display: block;
    height: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.works_archive .c-meta,
.works_archive .c-entry-summary__term {
    display: none;
}
.category_works {
    max-width: fit-content;
}

#works_header .smb-section-break-the-grid__figure img {
    border-radius: 10px 0 0 10px;
}

@media (max-width:1023px) {
    #works_header .smb-section__body {
        padding: 0 20px;
        margin-bottom: 25px;
    }

    .works_archive .c-entry-summary__body {
        min-height: auto;
    }
}

@media (max-width:768px) {
    .works_archive .c-entries {
        --entries--item-width: 100%;
    }
}