/* Page-level view title */
.page-view-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a202c;
    border-left: 4px solid #800000;
    padding-left: 12px;
    margin-bottom: 1.25rem;
    line-height: 1.3;
}

/* RC2 global font-size overrides */
html { font-size: 15px; }

body {
    font-size: 0.95rem;
    line-height: 1.55;
}

/* Tables */
.table { font-size: 0.88rem; }
.table th { font-size: 0.82rem; }

/* Nav links */
.navbar .nav-link { font-size: 0.9rem; }
.dropdown-item    { font-size: 0.88rem; }

/* Cards */
.card-header { font-size: 0.92rem; }
.card-body   { font-size: 0.9rem; }

/* Form labels & inputs */
label, .form-label { font-size: 0.88rem; }
.form-control, .form-select { font-size: 0.88rem; }

/* Buttons */
.btn { font-size: 0.88rem; }
