.wm-insights {
    padding: 80px 60px;
}

.wm-insights-grid {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.wm-insights-card {
    display: block;
    color: inherit;
}

.wm-insights-card:hover,
.wm-insights-card:visited {
    color: inherit;
}

.wm-insights-card__photo {
    width: 100%;
    aspect-ratio: 383 / 160;
    background-color: #E3DACB;
    overflow: hidden;
}

.wm-insights-card__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wm-insights-card__category {
    display: block;
    margin-top: 16px;
    color: #A15939;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.wm-insights-card__title {
    color: #1B2438;
    font-size: 16px;
    font-family: "Fraunces", sans-serif;
    margin-top: 8px;
}

.wm-insights-card__excerpt {
    color: #4A5265;
    font-size: 13px;
    line-height: 1.5;
    margin-top: 8px;
}

.wm-insights-card__date {
    display: block;
    color: #828A99;
    font-size: 12px;
    margin-top: 12px;
}

.wm-insights-pagination {
    margin-top: 56px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.wm-insights-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    color: #1B2438;
    font-size: 13px;
    border: 1px solid #1B2438;
}

.wm-insights-pagination .page-numbers.current {
    background-color: #A15939;
    border-color: #A15939;
    color: #fff;
}

.wm-insights-empty {
    margin-top: 56px;
    color: #4A5265;
    font-size: 14px;
}

@media(max-width: 1000px) {
    .wm-insights {
        padding: 40px 16px;
    }

    .wm-insights-grid {
        grid-template-columns: 1fr;
    }
}
