.mp-tenant-editor-container {
    padding: 16px;
    max-width: 80ch;
    margin: 0 auto;
}

    .mp-tenant-editor-container > .mp-tenant-editor-section {
        display: grid;
        padding: 16px;
        overflow-x: hidden;
        overflow-y: auto;
        grid-gap: 15px;
    }

        .mp-tenant-editor-container > .mp-tenant-editor-section > label {
            font-weight: bold;
            font-size: 1.15rem;
            margin-top: 0.5vh;
        }

        .mp-tenant-editor-container > .mp-tenant-editor-section > .mp-tenant-editor-control-group {
            font-weight: normal;
            font-size: 1rem;
        }

            .mp-tenant-editor-container > .mp-tenant-editor-section > .mp-tenant-editor-control-group > .mp-tenant-editor-text-box {
                min-width: 350px;
                margin-top: 5px;
                width: 100%;
            }

.mp-tenant-editor-error-group {
    border: 1px solid var(--mud-palette-error);
    padding: 5px;
    background-color: var(--mud-palette-overlay-light);
    color: var(--mud-palette-error);
}

.mp-tenant-editor-text-box {
    min-width: 350px;
    margin-top: 5px;
    width: 100%;
}

.mp-tenant-editor-checkbox {
    margin-top: 5px;
}

.mp-tenant-editor-header-label {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: stretch;
    justify-items: start;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    margin-bottom: 5px;
}

    .mp-tenant-editor-header-label span {
        color: var(--mud-palette-primary);
        font-weight: 400;
        font-size: 1.25rem;
    }
