/* Blazor handoff adjustments layered over the migrated static site CSS. */
main > .section:first-child,
main > .page-hero:first-child,
main > .hero:first-child,
main > .article-hero-section:first-child {
    margin-top: 0;
}

.main-nav.is-open {
    display: flex;
}

#blazor-error-ui {
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid #d7e1e3;
    padding: .75rem;
    text-align: left;
    vertical-align: top;
}

.editor-grid {
    display: grid;
    gap: 1rem;
}

.editor-grid .field input,
.editor-grid .field textarea {
    width: 100%;
}

.admin-warning {
    border-left: 4px solid #d99a18;
    background: #fff8e6;
    padding: 1rem;
    margin-bottom: 1rem;
}
