.history {
    align-items: end;
    border-bottom: 1px solid #cdbfb5;
    display: flex;
    gap: 6px;
    height: 150px;
    margin: 28px 0 35px;
}

.history i {
    background: var(--coral);
    border-radius: 4px 4px 0 0;
    flex: 1;
    min-width: 9px;
    position: relative;
}

.history i span {
    bottom: 100%;
    display: none;
    font: 10px Arial, sans-serif;
    position: absolute;
}

.history i:hover span {
    display: block;
}

.history i small {
    font: 9px Arial, sans-serif;
    position: absolute;
    top: calc(100% + 7px);
    transform: rotate(-45deg);
    transform-origin: left top;
}

.source {
    color: #806e67;
    font-size: 10px;
}
