.top-editors-card .carousel {
    padding: 16px;
}

.top-editors-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.top-editor {
    min-width: 0;
    margin: 0;
}

.top-editor img {
    display: block;
    width: 100%;
    height: 155px;
    object-fit: cover;
    background: #17343c;
    border: 1px solid #d9e2e3;
}

.top-editor figcaption {
    padding: 6px 2px 0;
    color: #17343c;
    font-size: .72rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}
