.scope-loading-host {
    position: relative;
}

.scope-loading-host.is-scope-loading {
    pointer-events: none;
}

.scope-loading-content {
    min-height: inherit;
}

.scope-loading-overlay {
    position: absolute;
    inset: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    background: rgba(255, 255, 255, 0.78);
    pointer-events: auto;
}

.scope-loading-overlay__box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    color: #374151;
    font-size: 14px;
    line-height: 1.2;
}

.scope-loading-overlay__box .spinner-border {
    width: 1.35rem;
    height: 1.35rem;
    border-width: 0.18em;
    color: #007d88;
}
