/* lob-shared.css — Line-of-business base styles shared by all non-admin pages */

/* -----------------------------------------------------------------------
   Base typography
----------------------------------------------------------------------- */
body {
    font-size: 0.8125rem; /* 13 px */
}

/* -----------------------------------------------------------------------
   Navbar
----------------------------------------------------------------------- */
.bg-primary-dark {
    background-color: #1e3a5f !important;
}

/* -----------------------------------------------------------------------
   Cards — flat LoB style, no decorative shadows
----------------------------------------------------------------------- */
.card {
    border: 1px solid #d0d5dd;
    box-shadow: none;
    border-radius: 0.25rem;
}

.card-header {
    background: #f4f5f7;
    color: #1e3a5f;
    border-bottom: 2px solid #1e3a5f;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.card-body {
    padding: 0.75rem;
}

/* -----------------------------------------------------------------------
   Tables — compact rows
----------------------------------------------------------------------- */
.table {
    font-size: 0.8rem;
}

.table th,
.table td {
    padding: 0.25rem 0.5rem;
}

/* -----------------------------------------------------------------------
   Form controls — small throughout
----------------------------------------------------------------------- */
.form-control,
.form-select {
    font-size: 0.8rem;
}
