.build-version {
    display: inline-flex;
    align-items: center;
    font-size: 11px;
    line-height: 1;
}

.build-version--block {
    display: flex;
    justify-content: center;
    margin-top: 18px;
    padding-top: 14px;
    border-top: 1px solid #e5e5e5;
}

.build-version__label {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-right: 8px;
}

.build-version__value {
    background: #f4f4f6;
    color: #333;
    border-radius: 4px;
    padding: 3px 8px;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Courier New", monospace;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
}

body > footer .footer-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
    text-align: right;
}

body > footer .footer-info__app {
    color: #ccc;
}

body > footer .build-version__label {
    color: #bbb;
}

body > footer .build-version__value {
    background: rgba(255, 255, 255, 0.08);
    color: #ddd;
}
