#banner-maintenance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    background-color: #fffc96;
    color: black;
    padding: 0.1rem 0.7rem;
    transition: 0.3s;
    height: calc-size(auto, size); /* this is an experimental function, enables height transitions */
    gap: 0.2rem;
}

#banner-maintenance .dismiss {
    font-size: 0.6rem;
}

#banner-maintenance .transparent {
    opacity: 0;
}
