.lt-history-card {
    overflow: hidden;
}
.lt-history-card::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #0d6efd, #20c997);
}
.lt-history-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    border: 1px solid rgba(13, 110, 253, .22);
    background: rgba(13, 110, 253, .08);
    color: #084298;
    border-radius: 999px;
    padding: .35rem .7rem;
    font-size: .82rem;
    font-weight: 700;
}
.lt-history-timeline {
    position: relative;
    display: grid;
    gap: 1rem;
}
.lt-history-timeline::before {
    content: "";
    position: absolute;
    left: 1.05rem;
    top: .3rem;
    bottom: .3rem;
    width: 2px;
    background: #e9ecef;
}
.lt-history-item {
    position: relative;
    display: flex;
    gap: .9rem;
    align-items: flex-start;
}
.lt-history-icon {
    position: relative;
    z-index: 1;
    flex: 0 0 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 0 4px #fff;
}
.lt-history-content {
    flex: 1;
    border: 1px solid #eef0f2;
    border-radius: 1rem;
    padding: .85rem 1rem;
    background: #fff;
}
.lt-history-content p {
    font-size: .92rem;
}
@media (max-width: 575.98px) {
    .lt-history-item {
        gap: .65rem;
    }
    .lt-history-content {
        padding: .75rem;
    }
}
