/* Reports.Shared shared styles. Consumed by any app referencing the RCL via
   <link rel="stylesheet" href="~/_content/Reports.Shared/css/reports.css" />.
   Keeps the visual identity of the reports module consistent across MAPS
   (clerk-facing) and StaffPortal (RTM/RD/VP-facing). */

.page-header h1 .report-letter {
    display: inline-block;
    background: #1e3a5f;
    color: #fff;
    font-family: 'Courier New', monospace;
    font-size: 0.85em;
    font-weight: 700;
    padding: 2px 12px;
    border-radius: 6px;
    margin-right: 10px;
    vertical-align: 4px;
}
