.Header-version {
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.25), 0 2px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    height: 50px;
    line-height: 24px;
    margin-top: 0;
    padding: 13px;
    position: relative;
    text-align: center;
    transition: margin-top 1s ease-out;
}

.Header-version--latest {
    margin-top: -50px;
    position: absolute;
    visibility: hidden;
}

.Header--not-latest {
    border-bottom: 1px solid rgba(168, 10, 45, 0.1);
    box-shadow: none;
}
