.tur-blog-references__list {
    margin-left: 1.5em;
}

.tur-blog-references__item {
    margin-bottom: 1rem;
}

.tur-blog-references__url {
    display: block;
    overflow-wrap: anywhere;
}

.tur-blog-attachments__group {
    margin-bottom: 2rem;
}

.tur-blog-attachments__group:last-child {
    margin-bottom: 0;
}

.tur-blog-attachments__list {
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.tur-blog-attachments__item {
    display: block;
}

.tur-blog-attachments__title,
.tur-blog-attachments__description,
.tur-blog-attachments__meta {
    display: block;
    overflow-wrap: anywhere;
}

.tur-blog-attachments__meta,
.tur-blog-attachments__description {
    opacity: 0.72;
}

.tur-blog-related-posts__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, clamp(260px, 20vw, 340px));
    gap: 1.5rem;
    justify-content: center;
}

.tur-blog-related-posts__card {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    height: 320px;
    overflow: hidden;
    border: 2px solid #7cda24;
    text-decoration: none;
}

.tur-blog-related-posts__image-wrap {
    display: block;
    flex: 0 0 auto;
    width: 100%;
    height: 130px;
    overflow: hidden;
    background: #000;
}

.tur-blog-related-posts__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tur-blog-related-posts__body {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1rem;
}

.tur-blog-related-posts__title,
.tur-blog-related-posts__excerpt {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.tur-blog-related-posts__title {
    color: #fff !important;
    font-size: 18px !important;
    -webkit-line-clamp: 2;
}

.tur-blog-related-posts__excerpt {
    color: #7cda24 !important;
    font-size: 14px !important;
    -webkit-line-clamp: 3;
}

@media (max-width: 780px) {
    .tur-blog-related-posts__grid {
        grid-template-columns: minmax(0, min(100%, 320px));
    }
}
