:host {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);

    --loader-color: var(--iq-background-color);
    color: var(--iq-background-color);
}

.content {
    display: block;
    margin: 1em 0;

    user-select: none;
    white-space: pre-wrap;
    text-align: center;
}
