.rw-posts-archive-widget .rw-posts-archive-widget__featured {
    margin-bottom: 40px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__separator {
    border: 0;
    border-top: 1px solid #C2C7CF;
    margin: 0 0 40px 0;
}

.rw-posts-archive-widget .rw-posts-archive-widget__grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 40px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card {
    display: flex;
    height: auto;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-link {
    background: #F8F9FF;
    border: 1px solid #C2C7CF;
    border-radius: 8px;
    box-sizing: border-box;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 196px;
    padding: 24px 32px;
    text-decoration: none;
    width: 100%;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-title {
    color: var(--tertiary-color);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.15px;
    line-height: 1.5;
    margin: 0 0 24px 0;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-category,
.rw-posts-archive-widget .rw-posts-archive-widget__card-date,
.rw-posts-archive-widget .rw-posts-archive-widget__card-cta {
    color: #42474E;
    font-size: 14px;
    font-weight: 500;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-category {
    margin-bottom: 12px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-cta {
    color: #34618D;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-link:hover .rw-posts-archive-widget__card-cta {
    text-decoration: underline;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-meta {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-top: auto;
    width: 100%;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card--featured .rw-posts-archive-widget__card-link {
    min-height: 220px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__card-link--featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    padding: 0;
}

.rw-posts-archive-widget .rw-posts-archive-widget__featured-image-wrap {
    min-height: 220px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__featured-image {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.rw-posts-archive-widget .rw-posts-archive-widget__featured-content {
    display: flex;
    flex-direction: column;
    min-height: 220px;
    padding: 24px 32px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__featured-title {
    color: var(--tertiary-color);
    margin: 0;
}

.rw-posts-archive-widget .rw-posts-archive-widget__pagination {
    align-items: center;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.rw-posts-archive-widget .rw-posts-archive-widget__pagination-pages {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__page {
    border: 1px solid #C2C7CF;
    border-radius: 999px;
    color: #1c212b;
    font-size: 14px;
    line-height: 1;
    min-width: 32px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
}

.rw-posts-archive-widget .rw-posts-archive-widget__page--current {
    background: #34618D;
    border-color: #34618D;
    color: #ffffff;
}

.rw-posts-archive-widget .rw-posts-archive-widget__arrow {
    align-items: center;
    background: #C2C7CF;
    border-radius: 999px;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__arrow img {
    display: block;
    height: 12px;
    width: 12px;
}

.rw-posts-archive-widget .rw-posts-archive-widget__arrow--next {
    background: #34618D;
}

.rw-posts-archive-widget .rw-posts-archive-widget__arrow.is-disabled {
    opacity: 0.5;
}