/* _content/TelegramCalculator/Components/Layout/TelegramLayout.razor.rz.scp.css */
.twa-shell[b-kbh1lrw3ns] {
    min-height: 100dvh;
    max-width: 420px;
    margin: 0 auto;
    padding: 1rem 1rem 1.5rem;
    background: var(--tg-theme-bg-color, #ffffff);
    color: var(--tg-theme-text-color, #1c1c1e);
}

#blazor-error-ui[b-kbh1lrw3ns] {
    background: #b32121;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
}

#blazor-error-ui .dismiss[b-kbh1lrw3ns] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
