#update-message {
    order: -10;
}

#update-message.show {
    display: flex;
}

#update-message:not(.show) {
    display: none;
}

#update-message a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.update-message-icon svg {
    stroke-width: 1.9;
}
