/* /Components/Layout/FooterBar.razor.rz.scp.css */
.footer-bar[b-iuqgyp4xmk] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 28px;
    z-index: 1200;
    display: flex;
    align-items: center;
    padding: 0 8px;
    gap: 12px;
}
.footer-bar .service-pills[b-iuqgyp4xmk] {
    flex: 1;
    overflow: hidden;
    font-size: 11px;
}

.log-panel[b-iuqgyp4xmk] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 28px;
    z-index: 1350;
    background: var(--mud-palette-surface);
    border-left: 1px solid color-mix(in srgb, var(--mud-palette-divider) 80%, var(--mud-palette-text-primary));
    box-shadow: -10px 0 36px rgba(0,0,0,.45);
    color: var(--mud-palette-text-primary);
}

.log-toolbar[b-iuqgyp4xmk] {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 8px;
    height: 32px;
    flex-shrink: 0;
    background: color-mix(in srgb, var(--mud-palette-surface) 88%, var(--mud-palette-text-primary));
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-divider) 80%, var(--mud-palette-text-primary));
}

.log-output[b-iuqgyp4xmk] {
    flex: 1;
    overflow-y: auto;
    font-family: 'Cascadia Code', 'Consolas', monospace;
    font-size: 11px;
    padding: 4px 8px;
    line-height: 1.6;
    background: color-mix(in srgb, var(--mud-palette-background) 70%, #000);
}

.log-entry[b-iuqgyp4xmk] {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid color-mix(in srgb, var(--mud-palette-lines-default) 65%, transparent);
}

.log-entry:hover[b-iuqgyp4xmk] {
    background: color-mix(in srgb, var(--mud-palette-primary) 10%, transparent);
}

.log-timestamp[b-iuqgyp4xmk] {
    flex-shrink: 0;
    user-select: none;
}

.log-category[b-iuqgyp4xmk] {
    flex-shrink: 0;
    max-width: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}

.log-message[b-iuqgyp4xmk] {
    word-break: break-word;
}

.resize-handle[b-iuqgyp4xmk] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    cursor: ew-resize;
    z-index: 10;
}

.resize-overlay[b-iuqgyp4xmk] {
    position: fixed;
    inset: 0;
    z-index: 99999;
    cursor: ew-resize;
}

@keyframes kast-pulse-error-b-iuqgyp4xmk {
    0%, 100% { box-shadow: 0 0 4px var(--mud-palette-error); }
    50% { box-shadow: 0 0 18px var(--mud-palette-error); }
}
.kast-log-pulse[b-iuqgyp4xmk] {
    animation: kast-pulse-error-b-iuqgyp4xmk 2s ease-in-out infinite;
    border-radius: 50%;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.kast-title[b-rkcjyomd8q] {
    transition: color 300ms ease, transform 300ms ease;
    text-shadow: 0 0 8px currentColor;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    will-change: transform;
    animation: kast-pulse-b-rkcjyomd8q 2.5s infinite ease-in-out;
}

@keyframes kast-pulse-b-rkcjyomd8q {
    0% { transform: scale(1); filter: drop-shadow(0 0 6px currentColor); }
    50% { transform: scale(1.02); filter: drop-shadow(0 0 18px currentColor); }
    100% { transform: scale(1); filter: drop-shadow(0 0 6px currentColor); }
}

.shortcuts-overlay[b-rkcjyomd8q] {
    position: fixed;
    inset: 0;
    z-index: 1400;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.kast-sub-nav[b-l5o65o144f]  .mud-nav-link {
    padding-left: 32px !important;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
#components-reconnect-modal[b-falooj429a] {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1400;
    overflow: hidden;
    background-color: transparent;
    border: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

    #components-reconnect-modal[b-falooj429a]::backdrop {
        background: rgba(10, 16, 28, 0.5);
    }

    #components-reconnect-modal.components-reconnect-show[b-falooj429a],
    #components-reconnect-modal[open][b-falooj429a],
    #components-reconnect-modal.components-reconnect-failed[b-falooj429a],
    #components-reconnect-modal.components-reconnect-repeated-attempt[b-falooj429a],
    #components-reconnect-modal.components-reconnect-paused[b-falooj429a],
    #components-reconnect-modal.components-reconnect-resume-failed[b-falooj429a],
    #components-reconnect-modal.components-pause[b-falooj429a],
    #components-reconnect-modal.components-resume-failed[b-falooj429a] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.components-reconnect-backdrop[b-falooj429a] {
    position: fixed;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: radial-gradient(90% 60% at 80% 0%, color-mix(in srgb, var(--mud-palette-primary, #594AE2) 12%, transparent), transparent 60%), radial-gradient(80% 55% at 0% 100%, color-mix(in srgb, var(--mud-palette-info, #2196f3) 16%, transparent), transparent 62%), rgba(8, 12, 20, 0.5);
}

.components-reconnect-surface[b-falooj429a] {
    width: min(480px, 100%);
    border-radius: var(--mud-default-borderradius, 12px);
    border: 1px solid color-mix(in srgb, var(--mud-palette-lines-default, #e0e0e0) 70%, transparent);
    background: var(--mud-palette-surface, #fff);
    box-shadow: var(--mud-elevation-24, 0 16px 30px rgba(0, 0, 0, 0.28));
    color: var(--mud-palette-text-primary, #1f2937);
    padding: 20px 20px 18px;
}

.components-reconnect-header[b-falooj429a] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

    .components-reconnect-header h2[b-falooj429a] {
        margin: 0;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.3;
    }

.components-reconnect-status-dot[b-falooj429a] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--mud-palette-warning, #f59e0b);
    box-shadow: 0 0 0 6px color-mix(in srgb, var(--mud-palette-warning, #f59e0b) 25%, transparent);
}

.components-reconnect-supporting[b-falooj429a],
.components-reconnect-message[b-falooj429a] {
    margin: 0;
    line-height: 1.45;
    font-size: 0.95rem;
}

.components-reconnect-supporting[b-falooj429a] {
    color: var(--mud-palette-text-secondary, #52607a);
    margin-bottom: 14px;
}

.components-reconnect-message[b-falooj429a] {
    font-weight: 500;
}

.components-reconnect-danger[b-falooj429a] {
    color: var(--mud-palette-error, #b00020);
}

.components-reconnect-actions[b-falooj429a] {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.components-reconnect-first-attempt-visible[b-falooj429a],
.components-reconnect-repeated-attempt-visible[b-falooj429a],
.components-reconnect-failed-visible[b-falooj429a],
.components-pause-visible[b-falooj429a],
.components-resume-failed-visible[b-falooj429a] {
    display: none;
}

dialog[open].components-reconnect-show .components-reconnect-first-attempt-visible[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-show .components-rejoin-loader[b-falooj429a] {
    display: inline-flex;
}

dialog[open].components-reconnect-failed .components-reconnect-failed-visible[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-failed #components-reconnect-button[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-reconnect-repeated-attempt-visible[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-repeated-attempt .components-rejoin-loader[b-falooj429a] {
    display: inline-flex;
}

dialog[open].components-reconnect-paused .components-pause-visible[b-falooj429a],
dialog[open].components-pause .components-pause-visible[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-paused #components-resume-button[b-falooj429a],
dialog[open].components-pause #components-resume-button[b-falooj429a],
dialog[open].components-reconnect-resume-failed #components-resume-button[b-falooj429a],
dialog[open].components-resume-failed #components-resume-button[b-falooj429a] {
    display: block;
}

dialog[open].components-reconnect-resume-failed .components-resume-failed-visible[b-falooj429a],
dialog[open].components-resume-failed .components-resume-failed-visible[b-falooj429a] {
    display: block;
}

.components-rejoin-loader[b-falooj429a] {
    display: none;
    margin-bottom: 10px;
    gap: 8px;
}

    .components-rejoin-loader div[b-falooj429a] {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: var(--mud-palette-primary, #594AE2);
        animation: reconnect-pulse-b-falooj429a 1.2s infinite ease-in-out both;
    }

        .components-rejoin-loader div:nth-child(1)[b-falooj429a] {
            animation-delay: -0.24s;
        }

        .components-rejoin-loader div:nth-child(2)[b-falooj429a] {
            animation-delay: -0.12s;
        }

@keyframes reconnect-pulse-b-falooj429a {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

#components-reconnect-button[b-falooj429a],
#components-resume-button[b-falooj429a] {
    display: none;
    min-width: 92px;
    cursor: pointer;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--mud-palette-primary, #594AE2);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.2;
    transition: filter 140ms ease, transform 140ms ease;
}

    #components-reconnect-button:hover[b-falooj429a],
    #components-resume-button:hover[b-falooj429a] {
        filter: brightness(0.95);
    }

    #components-reconnect-button:active[b-falooj429a],
    #components-resume-button:active[b-falooj429a] {
        transform: translateY(1px);
    }

@media (max-width: 600px) {
    .components-reconnect-backdrop[b-falooj429a] {
        padding: 14px;
    }

    .components-reconnect-surface[b-falooj429a] {
        padding: 16px;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.wizard-step-circle[b-2t3qyzzs94] {
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    border: 2px solid var(--mud-palette-divider);
    color: var(--mud-palette-text-secondary);
    transition: all 250ms ease;
}
.wizard-circle-active[b-2t3qyzzs94] {
    border-color: var(--mud-palette-primary);
    background: var(--mud-palette-primary);
    color: var(--mud-palette-primary-contrast-text);
}
.wizard-circle-done[b-2t3qyzzs94] {
    border-color: var(--mud-palette-success);
    background: var(--mud-palette-success);
    color: var(--mud-palette-success-contrast-text);
}
.wizard-done[b-2t3qyzzs94] {
    opacity: .72;
}
.wizard-pending[b-2t3qyzzs94] {
    opacity: .48;
}
/* /Components/Pages/Mods.razor.rz.scp.css */
/* ── Downloads fixed overlay panel ─────────────────────────────────────── */
.mod-command-row[b-o8o4u95em8] {
    display: grid;
    grid-template-columns: minmax(220px, 360px) minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.mod-search[b-o8o4u95em8] {
    width: 100%;
}

.mod-filter-row[b-o8o4u95em8] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    min-width: 0;
}

.dl-fixed-panel[b-o8o4u95em8] {
    position: relative;
    z-index: 1100;
    margin-top: 12px;
    padding-bottom: 4px;
}

/* Scrollable download rows inside the expansion panel body */
.dl-body[b-o8o4u95em8] {
    max-height: 200px;
    overflow-y: auto;
    padding: 0 4px;
}

.dl-empty[b-o8o4u95em8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.dl-row[b-o8o4u95em8] {
    display: flex;
    gap: 10px;
    padding: 8px 4px;
    border-bottom: 1px solid var(--mud-palette-divider);
    align-items: flex-start;
}

.dl-row:last-child[b-o8o4u95em8] {
    border-bottom: none;
}

.dl-thumb[b-o8o4u95em8] {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
}

.dl-thumb-img[b-o8o4u95em8] {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 5px;
}

.dl-thumb-placeholder[b-o8o4u95em8] {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    background: var(--mud-palette-background-grey);
    display: flex;
    align-items: center;
    justify-content: center;
}

.dl-info[b-o8o4u95em8] {
    flex: 1;
    min-width: 0;
}

.mod-download[b-o8o4u95em8] {
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    overflow: hidden;
}

.mod-download-header[b-o8o4u95em8] {
    width: 100%;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto auto;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border: 0;
    background: transparent;
    color: inherit;
    text-align: left;
    cursor: pointer;
}

.mod-download-header:hover[b-o8o4u95em8] {
    background: rgba(128, 128, 128, .08);
}

.mod-download-thumb[b-o8o4u95em8] {
    width: 28px;
    height: 28px;
    object-fit: cover;
    border-radius: 3px;
}

.mod-download-title[b-o8o4u95em8] {
    min-width: 0;
    font-weight: 500;
}

.mod-download-title .mud-typography[b-o8o4u95em8] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mod-download-size[b-o8o4u95em8] {
    white-space: nowrap;
}

.mod-download-files[b-o8o4u95em8] {
    border-top: 1px solid var(--mud-palette-divider);
}

.mod-download-file-row[b-o8o4u95em8] {
    display: grid;
    grid-template-columns: minmax(120px, 1fr) minmax(180px, 1.5fr) minmax(72px, auto);
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    border-bottom: 1px solid var(--mud-palette-divider);
}

.mod-download-file-row:last-child[b-o8o4u95em8] {
    border-bottom: 0;
}

.mod-download-file-name[b-o8o4u95em8] {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: .875rem;
}

.mod-download-file-progress[b-o8o4u95em8] {
    display: grid;
    grid-template-columns: minmax(100px, 1fr) auto;
    align-items: center;
    gap: 8px;
    min-width: 0;
    font-size: .75rem;
    color: var(--mud-palette-text-secondary);
    white-space: nowrap;
}

.mod-download-file-size[b-o8o4u95em8] {
    font-size: .75rem;
    color: var(--mud-palette-text-secondary);
    text-align: right;
    white-space: nowrap;
}

/* ── Mod description BBCode renderer ─────────────────────────────────── */
.mod-description[b-o8o4u95em8] {
    font-size: .875rem;
    line-height: 1.6;
    word-break: break-word;
}

.mod-description .bb-h1[b-o8o4u95em8] {
    display: block;
    font-size: 1.15em;
    font-weight: 700;
    margin: .6em 0 .2em;
}

.mod-description .bb-h2[b-o8o4u95em8] {
    display: block;
    font-size: 1.05em;
    font-weight: 700;
    margin: .5em 0 .2em;
}

.mod-description .bb-h3[b-o8o4u95em8] {
    display: block;
    font-size: .95em;
    font-weight: 600;
    margin: .4em 0 .15em;
}

.mod-description .bb-hr[b-o8o4u95em8] {
    border: 0;
    border-top: 1px solid var(--mud-palette-divider);
    margin: .6em 0;
}

.mod-description .bb-img[b-o8o4u95em8] {
    max-width: 100%;
    max-height: 260px;
    border-radius: 4px;
    display: block;
    margin: .4em 0;
}

.mod-description .bb-list[b-o8o4u95em8] {
    margin: .3em 0;
    padding-left: 1.4em;
}

.mod-description .bb-list li[b-o8o4u95em8] {
    margin-bottom: .1em;
}

.mod-description .bb-quote[b-o8o4u95em8] {
    border-left: 3px solid var(--mud-palette-divider);
    padding: .3em .75em;
    margin: .5em 0;
    opacity: .85;
    border-radius: 0 4px 4px 0;
}

.mod-description .bb-code[b-o8o4u95em8] {
    display: block;
    background: rgba(0, 0, 0, .25);
    padding: .5em .75em;
    border-radius: 4px;
    overflow-x: auto;
    font-family: monospace;
    font-size: .85em;
    white-space: pre;
    margin: .4em 0;
}

.mod-description .bb-table[b-o8o4u95em8] {
    border-collapse: collapse;
    margin: .5em 0;
    font-size: .875em;
}

.mod-description .bb-table th[b-o8o4u95em8],
.mod-description .bb-table td[b-o8o4u95em8] {
    border: 1px solid var(--mud-palette-divider);
    padding: .2em .5em;
}

.mod-description .bb-table th[b-o8o4u95em8] {
    background: rgba(128, 128, 128, .12);
    font-weight: 600;
}

.mod-description a[b-o8o4u95em8] {
    color: var(--mud-palette-primary);
    text-decoration: none;
}

.mod-description a:hover[b-o8o4u95em8] {
    text-decoration: underline;
}

@media (max-width: 600px) {
    .mod-command-row[b-o8o4u95em8] {
        grid-template-columns: minmax(0, 1fr);
    }

    .dl-fixed-panel[b-o8o4u95em8] {
        margin-left: -8px;
        margin-right: -8px;
    }

    .dl-body[b-o8o4u95em8] {
        max-height: 42vh;
    }

    .mod-download-header[b-o8o4u95em8] {
        grid-template-columns: auto minmax(0, 1fr) auto auto;
    }

    .mod-download-size[b-o8o4u95em8] {
        display: none;
    }

    .mod-download-file-row[b-o8o4u95em8] {
        grid-template-columns: minmax(0, 1fr);
        gap: 6px;
    }

    .mod-download-file-progress[b-o8o4u95em8] {
        grid-template-columns: minmax(80px, 1fr) auto;
    }

    .mod-download-file-size[b-o8o4u95em8] {
        text-align: left;
    }
}
/* /Components/Pages/ServerEdit.razor.rz.scp.css */
/* ── MudStepper nav bar spacing — compact ── */
.kast-stepper-nav[b-f6bi5bwabc] {
    padding: 6px 6px 2px;
}

/* ── MudStepper step panel — compact ── */
.kast-stepper-step[b-f6bi5bwabc] {
    padding-top: 0 !important;
}

/* ── Install container — flex column ── */
.kast-install-container[b-f6bi5bwabc] {
    display: flex;
    flex-direction: column;
}

/* ── Install log — fixed viewport-relative height ── */
.kast-install-log[b-f6bi5bwabc] {
    height: calc(100vh - 480px);
    min-height: 150px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 12px;
    background: var(--mud-palette-background-grey);
    border-radius: 0 0 4px 4px;
}

/* ── Server console — resizable ── */
.kast-console[b-f6bi5bwabc] {
    height: calc(100vh - 400px);
    min-height: 160px;
    min-width: 300px;
    max-width: 100%;
    overflow: auto;
    resize: both;
    box-sizing: border-box;
}

/* ── Mod drag items — ensure the full MudBlazor wrapper is grabbable ── */
[b-f6bi5bwabc] .mud-drop-item {
    cursor: grab;
    margin-bottom: 2px;
}

[b-f6bi5bwabc] .mud-drop-item:active {
    cursor: grabbing;
}

/* ── Mod column container ── */
.mod-col[b-f6bi5bwabc] {
    flex: 1;
    min-width: 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

/* ── Drop zone fill ── */
[b-f6bi5bwabc] .mod-dropzone {
    min-height: 200px;
}

/* ── Individual mod row ── */
.mod-item[b-f6bi5bwabc] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 4px;
    user-select: none;
}

.mod-item:hover[b-f6bi5bwabc] {
    background: rgba(255, 255, 255, 0.04);
}

.mod-item-name[b-f6bi5bwabc] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1.4;
}
/* /Components/Pages/ServerEditTabs/InstallTab.razor.rz.scp.css */
/* ── MudStepper nav bar spacing — compact ── */
.kast-stepper-nav[b-4z2l8fgdsj] {
    padding: 6px 6px 2px;
}

/* ── MudStepper step panel — compact ── */
.kast-stepper-step[b-4z2l8fgdsj] {
    padding-top: 0 !important;
}

/* ── Install container — flex column ── */
.kast-install-container[b-4z2l8fgdsj] {
    display: flex;
    flex-direction: column;
}

/* ── Install log — fixed viewport-relative height ── */
.kast-install-log[b-4z2l8fgdsj] {
    height: calc(100vh - 480px);
    min-height: 150px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 12px;
    background: var(--mud-palette-background-grey);
    border-radius: 0 0 4px 4px;
}
/* /Components/Pages/ServerEditTabs/ModsTab.razor.rz.scp.css */
/* ── Mod drag items — ensure the full MudBlazor wrapper is grabbable ── */
.mod-assignment-summary[b-3m30d2r50r] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 6px 8px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    background: rgba(128, 128, 128, .04);
}

[b-3m30d2r50r] .mud-drop-item {
    cursor: grab;
    margin-bottom: 2px;
}

[b-3m30d2r50r] .mud-drop-item:active {
    cursor: grabbing;
}

/* ── Mod column container ── */
.mod-col[b-3m30d2r50r] {
    flex: 1;
    min-width: 0;
    min-height: 320px;
    display: flex;
    flex-direction: column;
}

/* ── Drop zone fill ── */
[b-3m30d2r50r] .mod-dropzone {
    flex: 1;
    min-height: 300px;
}

/* ── Individual mod row ── */
.mod-item[b-3m30d2r50r] {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 8px;
    border-radius: 4px;
    user-select: none;
}

.mod-item:hover[b-3m30d2r50r] {
    background: rgba(255, 255, 255, 0.04);
}

.mod-item-name[b-3m30d2r50r] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.75rem;
    line-height: 1.4;
}
/* /Components/Pages/ServerEditTabs/MonitorTab.razor.rz.scp.css */
/* ── Server console — resizable ── */
.kast-console[b-nhx321dzm6] {
    height: calc(100vh - 400px);
    min-height: 160px;
    min-width: 300px;
    max-width: 100%;
    overflow: auto;
    resize: both;
    box-sizing: border-box;
}

.kast-runtime-events[b-nhx321dzm6] {
    max-height: 220px;
    overflow: auto;
}
