@media only screen and (min-width: 1000px) {
  .trp-related-posts p { display: none; }
  .trp-related-posts--auto { position: absolute; top: -400px; }
}

.trp-related-posts {
    margin: 2rem 0;
}

.trp-related-posts__title-heading {
    margin: 0 0 1rem;
}

.trp-related-posts__list {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: stretch;
    margin: 0;
    gap: 1em;
}

.trp-related-posts__item {
    flex: 1;
    display: flex;
    align-items: stretch;
    border: 1px solid #41c8b9;
    background-color: #edf9f3;
    border-radius: 2px;
}

.trp-related-posts__link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.trp-related-posts__thumbnail img {
    display: block;
    max-width: 100%;
    height: auto !important;
}

.trp-related-posts__title {
    display: block;
    padding: 1em;
    color: #1eb3b2;
    font-weight: 600;
    line-height: 1.35;
}

.trp-related-posts__title:hover {
    color: inherit;
}
