/* ==========================================================================
   Guvnor Landscape — view-specific overrides
   Most styling lives in guvnor-core.css; this file covers layout tweaks
   unique to the regulatory landscape view.
   ========================================================================== */

/* Section header with inline toggle button */
.guvnor-landscape__section-header {
    display: flex;
    align-items: baseline;
    gap: var(--guvnor-space-md);
    flex-wrap: wrap;
}

.guvnor-landscape__section-header h2 {
    margin-bottom: 0;
}

.guvnor-landscape__section-header .guvnor-btn--small {
    margin-top: var(--guvnor-space-xl);
}

/* Hero stat colour modifiers */
.guvnor-hero-stat--duty .guvnor-hero-stat__number {
    color: #1d70b8;
}
.guvnor-hero-stat--offence .guvnor-hero-stat__number {
    color: #d4351c;
}
