html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

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;
}

/* ── Page tab strip (scoped to .olb-page-content) ───────────────────── */
.olb-page-content .nav-tabs {
    border-bottom: 2px solid #2e6da4;
}

.olb-page-content .nav-tabs .nav-link {
    background-color: #d8dfe8;
    color: #2e6da4;
    border: 1px solid #a0aab8;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    margin-right: 4px;
    font-weight: 600;
}

.olb-page-content .nav-tabs .nav-link:hover:not(.active) {
    background-color: #c4cdd9;
    border-color: #7a8fa8;
}

.olb-page-content .nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: #2e6da4;
    border: 1px solid #2e6da4;
    border-top: 3px solid #2e6da4;
    border-bottom-color: #ffffff;  /* merges with content below */
    font-weight: 700;
}

/* ── Transfers page: soften form controls against gray background ─────── */
.olb-page-content .form-control,
.olb-page-content .form-select {
    background-color: #edf0f4;
    border-color: #a8b4c2;
}

.olb-page-content .form-control:focus,
.olb-page-content .form-select:focus {
    background-color: #ffffff;
    border-color: #003366;
    box-shadow: 0 0 0 0.15rem rgba(0, 51, 102, 0.2);
}

/* NET48 grid / data classes — colors match DB defaults (BackColors / TextColors setting groups) */
.TopHeader {
    background-color: #2e6da4;
    color: white;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
    border: solid 1px black;
}
.TopHeader a {
    background-color: #2e6da4;
    color: white;
    font-weight: bolder;
    font-size: 12px;
    text-align: center;
}
/* Bootstrap 5.3 sets color directly on cells via CSS vars, overriding tr-level inheritance.
   These rules match Bootstrap's specificity and restore white text on TopHeader cells. */
.table .TopHeader > th,
.table .TopHeader > td {
    color: white;
}
.GridFormat {
    border: solid 1px black;
    border-collapse: collapse;
}
.GridFormat tr td {
    border-style: none;
    padding-right: 4px;
    padding-left: 4px;
}
.GridRow {
    height: 20px;
    background-color: white;
}
.GridRow > td,
.GridRow > th {
    background-color: white !important;
    --bs-table-bg-state: transparent;
}
.GridAlternateRow {
    height: 20px;
    background-color: silver;
}
.GridAlternateRow > td,
.GridAlternateRow > th {
    background-color: silver !important;
    --bs-table-bg-state: transparent;
}
.DataFont {
    font-size: 12px;
    color: #003366;
    border: none;
    padding: 0;
}
.BoldDataFont {
    font-size: 12px;
    color: #003366;
    border: none;
    padding: 0;
    font-weight: bold;
}
.Link {
    font-weight: bold;
    color: #333366;
    text-decoration: underline;
    font-size: 12px;
    border: none;
}

/* ── User Avatar: initials circle + Bootstrap dropdown ───────────────── */
.avatar-circle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background-color: #2e6da4;
    color: white;
    font-weight: 700;
    font-size: 0.9rem;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.avatar-circle::after {
    display: none !important;
}
.user-settings-menu {
    min-width: 11rem;
}

/* ── Account list: rounded container card ────────────────────────────── */
.account-table-wrapper {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 51, 102, 0.15);
    border: 1px solid #a8b4c2;
}
/* separate+0 spacing lets overflow:hidden clip the whole table as one block,
   not per-tbody — this is what kills the "each section has its own curved top" bug in Firefox */
.account-table-wrapper .table {
    margin-bottom: 0;
    border-collapse: separate !important;
    border-spacing: 0;
    border: none;
}
/* Kill Bootstrap's per-cell border-radius — wrapper overflow:hidden handles all clipping */
.account-table-wrapper .table > :not(caption) > * > * {
    border-radius: 0 !important;
}
/* Re-add cell borders that border-collapse was providing */
.account-table-wrapper .table-bordered > :not(caption) > * > * {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #dee2e6;
}
.account-table-wrapper .table-bordered > :not(caption) > * > *:first-child {
    border-left-width: 0;
}
/* No double-border at the bottom edge */
.account-table-wrapper tbody:last-child > tr:last-child > * {
    border-bottom-width: 0;
}
/* Group header rows — section dividers with type-color left bar, icon, count, balance (TASK-033) */
.account-group-header {
    background-color: #dce6f0 !important;
    text-align: left !important;
    border-top: 1px solid #a8b4c2 !important;
    border-bottom: 1px solid #a8b4c2 !important;
    display: flex !important;
    width: 100%;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem 0.4rem 0.5rem !important;
}
.group-type-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.group-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #003366;
    flex-shrink: 0;
}
.group-count {
    font-size: 10px;
    font-weight: 400;
    color: #6c757d;
}
.group-balance {
    font-size: 12px;
    font-weight: 600;
    color: #5a6a7a;
    margin-left: auto;
    white-space: nowrap;
}
.group-chevron {
    font-size: 0.65rem;
    color: #6c757d;
    flex-shrink: 0;
    transition: transform 0.2s ease;
}
/* Account row hover: accent-blue highlight + fade-in arrow */
.account-table-wrapper tr.GridRow:hover > td,
.account-table-wrapper tr.GridAlternateRow:hover > td {
    background-color: #daeaf8 !important;
    --bs-table-bg-state: transparent;
    transition: background-color 0.12s ease;
}
.row-hover-arrow {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.7rem;
    color: #2e6da4;
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
}
.account-table-wrapper tr.GridRow:hover .row-hover-arrow,
.account-table-wrapper tr.GridAlternateRow:hover .row-hover-arrow {
    opacity: 1;
}
/* Mobile: hide group count, shrink icon */
@media (max-width: 639px) {
    .group-count { display: none; }
    .group-type-icon { width: 24px; height: 24px; }
}
.account-table-wrapper .GridAlternateRow,
.account-table-wrapper .GridAlternateRow > td,
.account-table-wrapper .GridAlternateRow > th {
    background-color: #edf0f4 !important;
    --bs-table-bg-state: transparent;
}
/* Expanded/open account row — steel blue highlight */
.account-row-open,
.account-row-open > td,
.account-row-open > th {
    background-color: #c6dcf0 !important;
    --bs-table-bg-state: transparent;
}
/* Expanded panel content area — lighter steel blue wash */
.panel-row > td {
    background-color: #eaf3fb !important;
}
/* Active "tab" TD — bottom-edge highlight shows which pane is open */
.pane-active {
    font-weight: bold;
    box-shadow: inset 0 -3px 0 0 #2e6da4;
}

/* ── Wire Transfer: accordion panels ────────────────────────────── */
.olb-page-content .wire-accordion-panel {
    border: 1px solid #a8b4c2;
    border-radius: 6px;
    overflow: hidden;
}
.olb-page-content .wire-accordion-header {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.45rem 0.75rem;
    background-color: #dce6f0;
    border: none;
    color: #003366;
    cursor: pointer;
    text-align: left;
    gap: 0.4rem;
}
.olb-page-content .wire-accordion-header:hover {
    background-color: #c8d8eb;
}
.olb-page-content .wire-accordion-panel.validated > .wire-accordion-header {
    background-color: #d4edda;
    border-left: 4px solid #28a745;
}
.olb-page-content .wire-accordion-title {
    font-size: 12px;
    font-weight: 700;
    color: #003366;
    flex-shrink: 0;
}
.olb-page-content .wire-accordion-optional {
    font-size: 11px;
    color: #666;
    flex-shrink: 0;
}
.olb-page-content .wire-accordion-summary {
    font-size: 11px;
    color: #4a6741;
    font-style: italic;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 0.5rem;
}
.olb-page-content .wire-accordion-check {
    color: #28a745;
    font-weight: bold;
    font-size: 13px;
    flex-shrink: 0;
}
.olb-page-content .wire-accordion-chevron {
    font-size: 0.6rem;
    color: #555;
    flex-shrink: 0;
}
.olb-page-content .wire-accordion-body {
    padding: 1rem;
    background-color: #fff;
    border-top: 1px solid #a8b4c2;
}

/* ── Inline panel tables (details/history): rounded wrapper ──────────── */
.panel-table-wrap {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}
.panel-table-wrap .table {
    margin-bottom: 0;
    border-collapse: separate !important;
    border-spacing: 0;
    border: none;
}
.panel-table-wrap .table > :not(caption) > * > * {
    border-radius: 0 !important;
}
.panel-table-wrap .table-bordered > :not(caption) > * > * {
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #dee2e6;
}
.panel-table-wrap .table-bordered > :not(caption) > * > *:first-child {
    border-left-width: 0;
}
.panel-table-wrap tbody:last-child > tr:last-child > * {
    border-bottom-width: 0;
}

/* ── History grid: horizontal scroll for variable-column layout ───────────── */
.history-grid-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Description column: truncate when table is wide */
.history-grid .history-col-desc {
    max-width: 9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Date and Running Balance: sticky anchors during horizontal scroll */
.history-grid .history-col-date {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
}
.history-grid .history-col-balance {
    position: sticky;
    right: 0;
    z-index: 2;
    background-color: #fff;
}

/* Sticky header cells need higher z-index than sticky body cells */
.history-grid thead .history-col-date,
.history-grid thead .history-col-balance {
    background-color: #2e6da4;
    z-index: 3;
}

/* Remove left border on sticky date column (it is the first child) */
.panel-table-wrap .history-grid .history-col-date {
    border-left-width: 0;
}

/* ── Grid outer-edge border suppression ─────────────────────────────── */
/* Moved from per-component <style> blocks (Phase 2, TASK-096).           */
/* Phase 3 adds panel-table-wrap to these grids; at that point the        */
/* generic panel-table-wrap rules will supersede these ID-specific rules. */
#scheduledTransfersGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#scheduledTransfersGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#scheduledTransfersGrid tr th:first-child,
#scheduledTransfersGrid tr td:first-child       { border-left: none; }
#scheduledTransfersGrid tr th:last-child,
#scheduledTransfersGrid tr td:last-child        { border-right: none; }

#transferReportsGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#transferReportsGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#transferReportsGrid tr th:first-child,
#transferReportsGrid tr td:first-child       { border-left: none; }
#transferReportsGrid tr th:last-child,
#transferReportsGrid tr td:last-child        { border-right: none; }

#wireTransferGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#wireTransferGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#wireTransferGrid tr th:first-child,
#wireTransferGrid tr td:first-child       { border-left: none; }
#wireTransferGrid tr th:last-child,
#wireTransferGrid tr td:last-child        { border-right: none; }

#templateGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#templateGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#templateGrid tr th:first-child,
#templateGrid tr td:first-child       { border-left: none; }
#templateGrid tr th:last-child,
#templateGrid tr td:last-child        { border-right: none; }

#wireReportGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#wireReportGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#wireReportGrid tr th:first-child,
#wireReportGrid tr td:first-child       { border-left: none; }
#wireReportGrid tr th:last-child,
#wireReportGrid tr td:last-child        { border-right: none; }

#accountGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#accountGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#accountGrid tr th:first-child,
#accountGrid tr td:first-child       { border-left: none; }
#accountGrid tr th:last-child,
#accountGrid tr td:last-child        { border-right: none; }

#checksGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#checksGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#checksGrid tr th:first-child,
#checksGrid tr td:first-child       { border-left: none; }
#checksGrid tr th:last-child,
#checksGrid tr td:last-child        { border-right: none; }

#unmatchedGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#unmatchedGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#unmatchedGrid tr th:first-child,
#unmatchedGrid tr td:first-child       { border-left: none; }
#unmatchedGrid tr th:last-child,
#unmatchedGrid tr td:last-child        { border-right: none; }

#reportGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#reportGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#reportGrid tr th:first-child,
#reportGrid tr td:first-child       { border-left: none; }
#reportGrid tr th:last-child,
#reportGrid tr td:last-child        { border-right: none; }

#triggerGrid thead th:first-child { border-top-left-radius: 0; }
#triggerGrid thead th:last-child  { border-top-right-radius: 0; }

#mobileDeviceGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#mobileDeviceGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#mobileDeviceGrid tr th:first-child,
#mobileDeviceGrid tr td:first-child       { border-left: none; }
#mobileDeviceGrid tr th:last-child,
#mobileDeviceGrid tr td:last-child        { border-right: none; }

#deviceGrid thead tr th:first-child { border-top-left-radius: 0 !important; }
#deviceGrid thead tr th:last-child  { border-top-right-radius: 0 !important; }
#deviceGrid tr th:first-child,
#deviceGrid tr td:first-child       { border-left: none; }
#deviceGrid tr th:last-child,
#deviceGrid tr td:last-child        { border-right: none; }

#projectsTable thead tr th:first-child { border-top-left-radius: 0 !important; }
#projectsTable thead tr th:last-child  { border-top-right-radius: 0 !important; }
#projectsTable tr th:first-child,
#projectsTable tr td:first-child       { border-left: none; }
#projectsTable tr th:last-child,
#projectsTable tr td:last-child        { border-right: none; }
#projectsTable tr:last-child td        { border-bottom: none; }

/* ── User Greeting Menu: pill trigger + gradient avatar + gear + dropdown ── */

/* Playfair Display — loaded via Google Fonts <link> in App.razor */
.ug-full-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-weight: 600;
    font-size: 1rem;
    color: #003366;
    margin: 0 0.4rem;
    white-space: nowrap;
}

/* Outer wrapper — stacks pill trigger and date vertically */
.user-greeting-menu {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
}

/* Pill-shaped trigger button */
.user-greeting-pill {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0.3rem 0.75rem 0.3rem 0.3rem;
    border: 1.5px solid #a8b4c2;
    border-radius: 50px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px rgba(0, 51, 102, 0.08);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.user-greeting-pill:hover,
.user-greeting-pill[aria-expanded="true"] {
    border-color: #2e6da4;
    box-shadow: 0 2px 8px rgba(0, 51, 102, 0.15);
}

/* Bootstrap's default .dropdown-toggle::after caret — hide it; we use ug-gear instead */
.user-greeting-pill.dropdown-toggle::after {
    display: none;
}

/* Gradient avatar circle (navy → accent blue) */
.ug-avatar-circle {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #003366 0%, #2e6da4 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-right: 0.5rem;
    letter-spacing: 0.02em;
}

/* Gear SVG icon with CSS rotation on dropdown open */
.ug-gear {
    display: inline-flex;
    align-items: center;
    margin-left: 0.35rem;
    color: #5a6a7a;
    transition: transform 0.2s ease;
}
.user-greeting-pill[aria-expanded="true"] .ug-gear {
    transform: rotate(45deg);
}

/* Date text below the pill trigger */
.ug-date {
    font-size: 0.78rem;
    color: #6c757d;
    padding-left: 0.25rem;
}

/* Dropdown menu sizing */
.user-settings-dropdown {
    min-width: 15rem;
    padding-top: 0;
    overflow: hidden;
}

/* Navy header band inside the dropdown */
.ug-dropdown-header {
    background-color: #003366;
    color: #ffffff;
    padding: 0.6rem 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.ug-header-initials {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: linear-gradient(135deg, #2e6da4 0%, #4a90c4 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ug-header-name {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Section header labels in the dropdown */
.ug-section-label {
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #6c757d;
    padding: 0.4rem 0.85rem 0.1rem;
}

/* Item icon — small inline SVG to the left of each link */
.ug-item-icon {
    margin-right: 0.4rem;
    opacity: 0.6;
    flex-shrink: 0;
    vertical-align: text-bottom;
}

/* Home page greeting — sits above the user greeting pill */
.ug-greeting {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #003366;
    margin: 0 0 0.35rem 0.1rem;
    line-height: 1.3;
}