h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.mud-drawer.admin-detail-drawer {
    width: 480px !important;
    max-width: 96vw;
    border-left: 1px solid var(--admin-border, #dee2e6);
    box-shadow: -10px 0 30px rgba(16, 24, 40, 0.12);
    background: #f4f6fb;
}

.mud-drawer.admin-detail-drawer.mud-drawer-closed {
    display: none;
}

.admin-detail-drawer .mud-drawer-header {
    border-bottom: 1px solid var(--admin-border, #dee2e6);
    background: linear-gradient(to bottom, #ffffff, #f9fbfc);
    padding: 14px 18px;
    min-height: 64px;
}

.admin-detail-drawer .mud-drawer-content {
    padding: 0;
}

.admin-detail-section {
    padding: 12px 14px;
    margin-bottom: 12px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 8px 16px rgba(15, 23, 42, 0.04);
    background: #ffffff;
    border-radius: 14px;
}

.admin-detail-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
    margin-bottom: 6px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
}

.admin-detail-section-body {
    display: grid;
    gap: 2px;
}

.admin-detail-drawer .mud-table {
    background: #ffffff;
    border-radius: 8px;
}

.admin-detail-drawer .mud-tabs {
    background: #ffffff;
    border-radius: 8px;
    padding: 8px;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

.admin-detail-section .mud-typography-subtitle2 {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #0f172a;
}

.admin-detail-drawer .mud-typography-caption {
    color: #64748b;
}

.admin-detail-row {
    display: grid;
    grid-template-columns: minmax(120px, 150px) 1fr;
    gap: 10px;
    align-items: start;
    padding: 6px 0;
    border-bottom: 1px solid rgba(148, 163, 184, 0.18);
}

.admin-detail-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #64748b;
    font-weight: 600;
}

.admin-detail-value {
    font-size: 0.88rem;
    color: #0f172a;
    font-weight: 600;
    text-align: left;
    word-break: break-word;
}

.admin-detail-row-notes .admin-detail-value {
    font-weight: 500;
    line-height: 1.4;
    white-space: pre-wrap;
}

.admin-detail-drawer .mud-tabs-toolbar {
    padding: 0 4px;
}

.admin-detail-drawer .mud-tab {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.72rem;
}

.admin-related-tabs {
    border: 1px solid rgba(148, 163, 184, 0.18);
    border-radius: 14px;
    background: #ffffff;
    padding: 8px 10px;
}

.admin-related-tabs .mud-tabs-toolbar {
    border-bottom: 1px solid rgba(148, 163, 184, 0.2);
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.admin-related-tabs .mud-tab {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    padding: 6px 10px;
}

.admin-related-tabs .mud-tab.mud-tab-active {
    color: #0b5d67;
}

.admin-related-tabs .mud-tabs-toolbar .mud-icon-button {
    color: #0b5d67;
}

.admin-shell {
    min-height: 100vh;
    background: #f8f9fa;
    display: flex;
    flex-direction: column;
}

.admin-shell .mud-main-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.admin-appbar {
    border-bottom: 1px solid #dee2e6;
    background: #ffffff;
    color: #0f172a;
    min-height: 80px;
    box-shadow: none;
}

.admin-appbar .mud-typography,
.admin-appbar .mud-icon-root,
.admin-appbar .mud-button-root,
.admin-appbar .mud-input-adornment {
    color: #0f172a;
}

.admin-appbar .mud-input-control {
    background: #ffffff;
    border-radius: 10px;
    padding: 2px 6px;
}

.admin-search {
    width: min(420px, 45vw);
    margin-right: 8px;
}

.admin-go-btn {
    margin-right: 12px;
    box-shadow: 0 8px 16px rgba(2, 12, 27, 0.25);
}

.admin-drawer {
    width: 260px;
}

.admin-main {
    padding-top: 24px;
    padding-bottom: 24px;
    flex: 1 1 auto;
}

.admin-footer {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: auto;
}

.admin-page-header {
    padding: 8px 0 4px;
    /*text-align: center;*/
}

.admin-page-header > .mud-stack {
    /*align-items: center;*/
}

.admin-page-title {
    font-weight: 700;
    letter-spacing: 0.01em;
}

.admin-page-subtitle {
    max-width: 520px;
    margin: 0 auto;
}

.admin-page-actions {
    /*justify-content: center;*/
    margin: 4px auto 0;
    gap: 4px;
    flex-wrap: nowrap;
}

.admin-card {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.admin-card-fill {
    height: 100%;
}

.admin-filter-bar {
    align-items: end;
    padding: 10px 0 4px;
}

.admin-filter-actions {
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.admin-filter-actions .mud-button-root {
    min-width: 88px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.72rem;
    font-weight: 700;
}

.admin-page-actions .mud-button-root {
    min-width: 140px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-size: 0.74rem;
    font-weight: 700;
}

.admin-page-actions .mud-button-root .mud-icon-root {
    font-size: 1rem;
}

.admin-owner-table .mud-table-root {
    table-layout: fixed;
}

.admin-owner-table .mud-typography {
    line-height: 1.2;
}

.admin-owner-table td,
.admin-owner-table th {
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
}

.admin-related-panel {
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 12px;
}

.admin-related-table {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 10px;
    overflow: hidden;
    background: #ffffff;
}

.admin-related-table .mud-table-head {
    background: #f1f5f9;
}

.admin-map-placeholder {
    height: min(520px, 60vh);
    border-radius: 12px;
    border: 1px solid #e4e8f0;
    background: linear-gradient(135deg, #f8f9fc 0%, #eef2f8 100%);
}

.admin-map-page .admin-card {
    height: calc(100vh - 280px);
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.admin-map-page .admin-map-placeholder {
    flex: 1 1 auto;
    height: auto;
}

.public-shell {
    min-height: 100vh;
    background: #f8f9fa;
    color: #0f172a;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.6;
    --public-content-width: 1200px;
}

.public-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 24px;
    background: #ffffff;
    border-bottom: 1px solid #e2e8f0;
    position: sticky;
    top: 0;
    z-index: 2000;
    width: 100%;
    min-height: 64px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
}

.public-nav-inner {
    width: 100%;
    max-width: var(--public-content-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.public-nav.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
}

.public-hero {
    padding: 48px 24px 32px;
    background: linear-gradient(135deg, #e9f2f3 0%, #f8f9fb 60%);
    border-bottom: 1px solid #e2e8f0;
}

.public-nav-brand {
    font-weight: 700;
}

.public-nav-links {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.public-nav-links a {
    color: #1e3a8a;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
}

.public-nav-links a:hover {
    text-decoration: underline;
}

.public-nav-links a.disabled {
    color: #94a3b8;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.public-hero-content {
    width: 100%;
    max-width: var(--public-content-width);
    margin: 0 auto;
}

.public-hero h1 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0 0 8px;
}

.public-hero p {
    margin: 0 0 16px;
    color: #475569;
}

.public-video-hero {
    background: #0f172a;
    border-bottom: 1px solid #0f172a;
}

.public-video-wrap {
    width: 100%;
}

.public-video-frame {
    width: 100%;
    height: min(60vh, 520px);
    background: #0b1220;
    position: relative;
    overflow: hidden;
}

.public-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.public-video-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.35));
    color: #ffffff;
    text-align: center;
    padding: 24px;
}

.public-video-overlay-inner {
    width: 100%;
    max-width: var(--public-content-width);
}

.public-video-overlay h1 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    margin: 0 0 10px;
    font-weight: 700;
}

.public-video-overlay p {
    margin: 0 0 16px;
    color: #e2e8f0;
}

.public-search {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.public-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.public-shell .btn.btn-outline {
    background: transparent;
    color: #1e3a8a;
}

.public-shell .btn.btn-outline:hover {
    background: rgba(30, 58, 138, 0.08);
}

.public-search .form-control {
    min-width: 280px;
    flex: 1 1 360px;
    padding: 10px 12px;
    border: 1px solid #cbd5f5;
    border-radius: 8px;
}

.public-shell .btn {
    padding: 10px 16px;
    border-radius: 8px;
    border: 1px solid #1e3a8a;
    background: #1e3a8a;
    color: #ffffff;
    cursor: pointer;
}

.public-shell .btn:hover {
    background: #1b3378;
}

.public-shell .badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
}

.public-shell .bg-success {
    background: #16a34a;
    color: #ffffff;
}

.public-shell .bg-info {
    background: #0ea5e9;
    color: #ffffff;
}

.public-shell .alert {
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #fecaca;
    background: #fee2e2;
    color: #991b1b;
}

.public-main {
    width: 100%;
    max-width: var(--public-content-width);
    margin: 0 auto;
    padding: 24px;
    flex: 1 1 auto;
    box-sizing: border-box;
}

.public-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.public-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}

.public-card h2 {
    font-size: 1.25rem;
    margin: 0 0 12px;
}

.public-results-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.public-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.public-tab {
    border: 1px solid #cbd5f5;
    background: #ffffff;
    color: #1e3a8a;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
}

.public-tab.active {
    background: #1e3a8a;
    color: #ffffff;
    border-color: #1e3a8a;
}

.public-results {
    display: grid;
    gap: 12px;
}

.public-result {
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.public-result-title {
    font-weight: 700;
    font-size: 1rem;
}

.public-result-sub {
    color: #475569;
    font-size: 0.95rem;
}

.public-result-meta {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: 4px;
}

.public-result-badges {
    margin-top: 6px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.public-service-list {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.public-service {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.public-service h3 {
    margin: 0 0 6px;
    font-size: 1rem;
}

.public-about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 16px;
    margin-top: 16px;
}

.public-about-stats .stat-value {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1e3a8a;
}

.public-about-stats .stat-label {
    color: #64748b;
    font-size: 0.9rem;
}

.public-contact-layout {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(240px, 1fr) minmax(320px, 2fr);
}

.public-contact-info {
    display: grid;
    gap: 12px;
}

.public-contact-block {
    padding: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.public-contact-title {
    font-weight: 700;
    margin-bottom: 6px;
    color: #1e3a8a;
    font-size: 1rem;
}

.public-contact-form {
    display: grid;
    gap: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #f8fafc;
    padding: 12px;
}

.public-form-row {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.public-contact-form .form-control {
    border: 1px solid #cbd5f5;
    border-radius: 8px;
    padding: 10px 12px;
}

.public-card-actions {
    margin-top: 12px;
}

.public-map-placeholder {
    height: 280px;
    border-radius: 10px;
    border: 1px dashed #cbd5f5;
    background: #f8fafc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
}

.public-faq {
    display: grid;
    gap: 16px;
}

.public-faq-item {
    padding: 12px 14px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    cursor: pointer;
}

.public-faq-question {
    font-weight: 700;
    color: #1e3a8a;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-size: 1rem;
}

.public-faq-answer {
    color: #475569;
    line-height: 1.5;
    margin-top: 8px;
}

.public-faq-item summary::-webkit-details-marker {
    display: none;
}

.public-faq-item summary::after {
    content: "+";
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e3a8a;
}

.public-faq-item[open] summary::after {
    content: "–";
}

.public-obituary {
    display: grid;
    gap: 16px;
}

.public-obituary-item {
    padding: 14px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
}

.public-obituary-name {
    font-weight: 700;
    color: #1e3a8a;
    font-size: 1.2rem;
}

.public-obituary-dates {
    color: #64748b;
    margin: 4px 0 8px;
    font-size: 1rem;
}

.public-obituary-text {
    color: #475569;
    line-height: 1.6;
    font-size: 1.02rem;
}

.public-obituary-name a {
    color: inherit;
    text-decoration: none;
}

.public-obituary-name a:hover {
    text-decoration: underline;
}

.public-obituary-detail-name {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
}

.public-obituary-detail-dates {
    font-size: 1.1rem;
    color: #0f172a;
    margin-top: 6px;
}

.public-obituary-detail-meta {
    margin-top: 6px;
    color: #0f172a;
    font-size: 0.95rem;
}

.public-obituary-detail {
    display: grid;
    gap: 16px;
}

.public-obituary-detail-text {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.7;
}

.public-obituary-detail-block {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    background: #f8fafc;
    font-size: 0.98rem;
}

.public-obituary-detail-title {
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 6px;
}

.public-footer {
    border-top: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #64748b;
    font-size: 0.9rem;
    margin-top: auto;
    box-sizing: border-box;
}

.admin-tabs .mud-tabs-toolbar {
    border-bottom: 1px solid #e4e8f0;
    margin-bottom: 0.75rem;
}

.admin-tabs .mud-tab {
    text-transform: none;
    font-weight: 600;
}

.report-card {
    cursor: pointer;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.report-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(15, 23, 42, 0.12);
}

.report-disabled {
    opacity: 0.6;
    cursor: default;
}

.report-disabled:hover {
    transform: none;
    box-shadow: none;
}

.report-print {
    display: none;
}

.report-exporting .report-print {
    display: block;
    position: relative;
    background: #ffffff;
}

@media print {
    .admin-appbar,
    .admin-drawer,
    .admin-page-header,
    .admin-filter-bar,
    .admin-footer {
        display: none !important;
    }

    .admin-main {
        padding: 0 !important;
    }

    .report-print {
        display: block;
        padding: 16px 24px;
        font-family: "Times New Roman", Times, serif;
        color: #1e3a8a;
    }

    .report-print-header {
        margin-bottom: 10px;
        border-bottom: 2px solid #1e3a8a;
    }

    .report-print-title {
        font-style: italic;
        font-weight: 700;
        font-size: 1rem;
        color: #1e3a8a;
        padding-bottom: 6px;
    }

    .report-print-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 0.78rem;
    }

    .report-print-table thead {
        display: table-header-group;
    }

    .report-print-title-row th {
        text-align: left;
        font-style: italic;
        font-weight: 700;
        font-size: 1rem !important;
        color: #1e3a8a;
        padding: 0 6px 6px !important;
        border-bottom: 2px solid #1e3a8a !important;
    }

    .report-print-table th {
        text-align: left;
        font-weight: 700;
        font-style: italic;
        padding: 3px 6px;
        border-bottom: 2px solid #1e3a8a;
    }

    .report-print-table td {
        padding: 1px 6px;
        vertical-align: top;
        border: none;
    }

    .report-group-row td {
        padding-top: 6px;
        border-top: 1.5px solid #1e3a8a;
        font-weight: 600;
    }

    .report-print-footer {
        margin-top: 10px;
        padding-top: 6px;
        border-top: 1.5px solid #1e3a8a;
        display: flex;
        justify-content: space-between;
        font-size: 0.7rem;
        font-style: italic;
        color: #1e3a8a;
    }
}

.admin-related-table th,
.admin-related-table td {
    padding: 6px 8px;
    vertical-align: top;
}

.admin-related-table + .mud-typography-caption {
    margin-top: 6px;
}

@media (max-width: 900px) {
    .admin-search {
        width: 100%;
        margin-right: 0;
    }

    .admin-go-btn {
        display: none;
    }

    .admin-page-header {
        text-align: left;
    }

    .admin-page-actions {
        justify-content: flex-start;
        margin: 8px 0 0;
    }

    .public-contact-layout {
        grid-template-columns: 1fr;
    }
}
