.bads-protokoll-host {
    position: relative;
    display: block;
    width: 100%;
    height: var(--bads-protokoll-height, 900px);
    min-height: 500px;
    overflow: hidden;
    background: #fff;
    isolation: isolate;
}

.bads-protokoll-host > flutter-view,
.bads-protokoll-host flutter-view {
    width: 100% !important;
    height: 100% !important;
}

.bads-protokoll-loading {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    color: #444;
    background: #fff;
    font: 500 16px/1.5 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.bads-protokoll-error {
    color: #a40000;
}

.bads-protokoll-notice {
    padding: 1rem;
    border: 1px solid #dcdcde;
    background: #fff;
}

@media (max-width: 767px) {
    .bads-protokoll-host {
        height: var(--bads-protokoll-mobile-height, 950px);
    }
}
