.author-posts-archive {
        margin-left: auto;
        margin-right: auto;
        max-width: 1224px !important
}

    .author-posts-archive__heading {
        border-top-width: 3px;
        border-style: solid;
        --tw-border-opacity: 1;
        border-top-color: rgb(62 62 67 / var(--tw-border-opacity));
        padding-top: 16px;
        font-family: rift, sans-serif;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.67px;
        --tw-text-opacity: 1;
        color: rgb(62 62 67 / var(--tw-text-opacity));
        font-weight: 600
}

    @media (min-width: 782px) {

    .author-posts-archive__heading {
                font-size: 32px;
                line-height: 40px;
                letter-spacing: 0.77px
        }
        }

    .author-posts-archive__cards {
        margin-top: 24px;
        margin-bottom: 56px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        row-gap: 40px
}

    @media (min-width: 520px) {

        }

    @media (min-width: 920px) {

    .author-posts-archive__cards {
                margin-bottom: 34px;
                justify-content: flex-start;
            -moz-column-gap: 49px;
                 column-gap: 49px
        }
        }

    .author-posts-archive__card {
        position: relative;
        max-width: 100%
}

    @media (min-width: 520px) {

    .author-posts-archive__card {
            max-width: calc(50% - 17px)
    }
        }

    @media (min-width: 920px) {

    .author-posts-archive__card {
            max-width: calc(25% - 37px)
    }
        }

    .author-posts-archive__card-image {
        height: 100%;
        max-height: 193px;
        min-height: 193px;
        width: 100%;
        overflow: hidden
}

    .author-posts-archive__card-image img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        transition-property: 0.25s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms
}

    .author-posts-archive__card-data {
        margin-top: 16px
}

    .author-posts-archive__card-data .title {
        font-family: rift, sans-serif;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.58px;
        --tw-text-opacity: 1;
        color: rgb(62 62 67 / var(--tw-text-opacity));
                font-weight: 600
}

    .author-posts-archive__card-data .description {
        position: relative;
        margin-top: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        line-height: 24px;
        --tw-text-opacity: 1;
        color: rgb(62 62 67 / var(--tw-text-opacity));
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical
}

    .author-posts-archive__card-data .role {
        margin-top: 8px;
        font-family: Montserrat, sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 24px;
        letter-spacing: 0.34px;
        --tw-text-opacity: 1;
        color: rgb(210 154 87 / var(--tw-text-opacity))
}

    .author-posts-archive__card > a {
        position: absolute;
        z-index: 2;
        height: 100%;
        width: 100%
}

    .author-posts-archive__card > a > span {
        display: none
}

    .author-posts-archive__card > a:hover {
        text-decoration-line: none !important
}

    .author-posts-archive__card > a:hover + .author-posts-archive__card-image img {
        --tw-scale-x: 1.2;
        --tw-scale-y: 1.2;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

    .author-posts-archive__card > a:hover + .author-posts-archive__card-image + .author-posts-archive__card-data .title {
        text-decoration-line: underline
}

    .author-posts-archive__pagination {
        display: flex;
        justify-content: center;
        gap: 8px
}

    .author-posts-archive__pagination .page-numbers {
        font-family: Montserrat, sans-serif;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 3.2px;
        --tw-text-opacity: 1;
        color: rgb(62 62 67 / var(--tw-text-opacity))
}

    .author-posts-archive__pagination .page-numbers.current {
        --tw-text-opacity: 1;
        color: rgb(225 87 77 / var(--tw-text-opacity));
        text-decoration-line: underline
}

    .author-posts-archive__pagination .prev, .author-posts-archive__pagination .next {
        font-size: 14px;
        line-height: 24px;
        --tw-text-opacity: 1;
        color: rgb(225 87 77 / var(--tw-text-opacity))
}