.tl-preview {
    display: block;
    color: inherit;
    text-decoration: none !important;
    border: 1px solid #d8dee8;
    border-radius: 10px;
    background: #fff;
    padding: 12px;
}

.tl-preview:hover,
.tl-preview:focus,
.tl-preview:focus-visible,
.tl-preview:hover *,
.tl-preview:focus *,
.tl-preview:focus-visible * {
    color: inherit;
    text-decoration: none !important;
}

.tl-preview__item {
    display: grid;
    grid-template-columns: 3.5rem 1rem 1fr;
    column-gap: 0.75rem;
    align-items: start;
}

.tl-preview__year {
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-align: right;
    color: #000;
    padding-top: 0.125rem;
}

.tl-preview__marker {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: stretch;
}

.tl-preview__marker::after {
    content: "";
    flex: 1;
    width: 1px;
    background: #ccd8e6;
    margin-top: 0.5rem;
}

.tl-preview__item:last-child .tl-preview__marker::after {
    display: none;
}

.tl-preview__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #003064;
    flex-shrink: 0;
    margin-top: 0.2rem;
}

.tl-preview__content {
    padding-bottom: 1.2rem;
}

.tl-preview__item:last-child .tl-preview__content {
    padding-bottom: 0;
}

.tl-preview__image-wrap {
    margin-bottom: 0.55rem;
}

.tl-preview__image-wrap--original {
    display: inline-block;
    max-width: 100%;
}

.tl-preview__image-wrap--full-width {
    width: 100%;
}

.tl-preview__image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 6px;
}

.tl-preview__image-wrap--original .tl-preview__image {
    width: auto;
}

.tl-preview__title {
    display: block;
    margin: 0;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
    color: #003064;
}

.tl-preview__text {
    margin: 0.35rem 0 0;
    font-size: 0.74rem;
    line-height: 1.45;
    color: #4d5d73;
}

.tl-preview__more,
.tl-preview__empty {
    margin-top: 0.75rem;
    font-size: 0.72rem;
    color: #6f7c8f;
    font-style: italic;
}

.tl-preview__empty {
    margin: 0;
    padding: 0.9rem;
    border: 1px dashed #d8dee8;
    border-radius: 8px;
    background: #fff;
    font-size: 0.78rem;
}

@media (min-width: 768px) {
    .tl-preview {
        padding: 14px;
    }

    .tl-preview__item {
        grid-template-columns: 4.75rem 1.25rem 1fr;
        column-gap: 1rem;
    }

    .tl-preview__year {
        font-size: 1.3rem;
    }

    .tl-preview__dot {
        width: 9px;
        height: 9px;
    }

    .tl-preview__title {
        font-size: 0.9rem;
    }

    .tl-preview__text {
        font-size: 0.78rem;
    }
}
