.papaseo-related-links {
    margin-top: 40px;
}

.papaseo-related-links__heading {
    margin-bottom: 16px;
}

.papaseo-related-links__items {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.papaseo-related-links__item {
    display: block; /* całe <a> jest jednym klikalnym blokiem */
    flex: 1 1 calc(33.333% - 20px);
    text-decoration: none;
}

.papaseo-related-links__thumb-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16 / 9;
}

.papaseo-related-links__thumb-wrapper img,
.papaseo-related-links__thumb-placeholder {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.papaseo-related-links__thumb-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    padding: 8px;
    box-sizing: border-box;
}

.papaseo-related-links__title {
    margin-top: 8px;
    font-size: 16px;
}

/* podgląd w edytorze */
.papaseo-related-links-editor-preview ul {
    margin-top: 8px;
    padding-left: 18px;
}
