/* ============================================================
   PAGE HEADER — UKSOR CURRENT THEME
============================================================ */

.page-header {
    margin: 0 0 20px;
    background: #171717;
    border-top: 4px solid var(--uksor-red);
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

.page-header .page-title {
    margin: 0;
    padding: 13px 18px;

    color: #fff;
    background: none;

    border: 0;
    border-radius: 0;
    box-shadow: none;

    font-size: 18px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: .04em;
    text-transform: uppercase;
}