/* Shared logo contrast treatment loaded after page-specific styles. */
.admin-brand__plate{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  border:1px solid rgba(255,255,255,.24)!important;
  border-radius:.85rem!important;
  background:linear-gradient(135deg,#241711,#56301f)!important;
  box-shadow:0 12px 30px rgba(0,0,0,.3)!important;
}
.admin-brand__image{
  display:block!important;
  filter:drop-shadow(0 3px 4px rgba(0,0,0,.42))!important;
  opacity:1!important;
}
.public-header .public-brand{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
  padding:.38rem .72rem!important;
  border:1px solid rgba(255,255,255,.22)!important;
  border-radius:.85rem!important;
  background:linear-gradient(135deg,rgba(29,17,12,.96),rgba(91,45,26,.94))!important;
  box-shadow:0 10px 28px rgba(0,0,0,.3)!important;
}
.public-header .public-brand__logo{
  filter:drop-shadow(0 3px 5px rgba(0,0,0,.45))!important;
  opacity:1!important;
}
@media(max-width:650px){.public-header .public-brand{padding:.3rem .55rem!important;border-radius:.72rem!important}}
