/* CityPortal Admin CI – single source for administrative headers */
:root{--cp-ci-red:#e30613;--cp-ci-header:#171717;--cp-ci-line:#38383b}
.cp-header-brand,.header-left{display:flex;align-items:center;gap:12px;min-width:0;white-space:nowrap}
.cp-header-logo,.admin-header .admin-logo{display:block;width:300px;height:auto;flex:0 0 auto}
.cp-header-section,.admin-header .header-left>span{font:400 18px/1.2 Arial,sans-serif;color:#fff}
.cp-header-section::before{content:"·";margin-right:8px}
.top .top-inner,.admin-header{box-sizing:border-box;width:100%;max-width:none!important;min-height:112px!important;margin:0!important;padding:12px 24px!important;display:flex;align-items:center;justify-content:space-between;gap:16px;overflow:visible!important}
.top{background:var(--cp-ci-header)!important;border-bottom:4px solid var(--cp-ci-red)!important;overflow:visible!important}
.header-brand-wrap{min-height:0!important;overflow:visible!important}
.admin-header{background:var(--cp-ci-header)!important;border-bottom:4px solid var(--cp-ci-red)!important}
.admin-header>div{display:flex;align-items:center;gap:12px}
@media(max-width:760px){
 .top .top-inner,.admin-header{min-height:88px!important;padding:10px 14px!important}
 .cp-header-logo,.admin-header .admin-logo{width:min(250px,58vw)}
 .cp-header-section,.admin-header .header-left>span{font-size:16px}
 .cp-header-brand,.header-left{gap:8px}
}
@media(max-width:520px){
 .cp-header-logo,.admin-header .admin-logo{width:min(215px,55vw)}
 .cp-header-section,.admin-header .header-left>span{font-size:14px}
}
