[x-cloak] {
    display: none !important;
}

.qr-fullscreen-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.navbar-item .icon {
    margin-right: 0.25rem;
}

.navbar {
    width: 100% !important;
}

.navbar-menu {
    flex-grow: 1;
    flex-shrink: 1;
    min-width: 0;
}

.navbar-start, .navbar-end {
    flex-wrap: nowrap;
    align-items: center;
    white-space: nowrap;
}

.navbar-item {
    white-space: nowrap;
}

.navbar-dropdown .navbar-item {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

.navbar-burger span {
    display: block;
    width: 22px;
    height: 3px;
    background: rgba(255,255,255,0.95);
    margin: 0 0 5px 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.navbar-burger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

@media screen and (min-width: 1024px) {
    .navbar-burger {
        display: none;
    }
}

.card-footer-item .icon {
    margin-right: 0.25rem;
}

.level-item .title {
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .card-footer {
        flex-direction: column;
    }

    .card-footer-item {
        border: none !important;
        justify-content: flex-start;
        padding: 0.75rem 1rem;
    }

    .card-footer-item + .card-footer-item {
        border-top: 1px solid var(--bulma-card-footer-border-color) !important;
    }
}
