
/* Final Orto UX cleanup: yellow unified header, no redundant top back button */
.orto-unified-header{
  background:#ffd91a !important;
  background-color:#ffd91a !important;
  border-bottom:1px solid rgba(0,0,0,.08) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.06) !important;
}
.orto-unified-top{
  background:#ffd91a !important;
  color:#b00000 !important;
  font-weight:900 !important;
  text-align:center !important;
}
.orto-unified-brand,
.orto-unified-actions,
.orto-unified-menu,
.orto-unified-menu details{
  background:transparent !important;
}
.orto-unified-menu summary{
  background:rgba(255,255,255,.72) !important;
}
.orto-home-btn-top{display:none!important;}
@media (max-width:680px){
  .orto-unified-header{padding-bottom:14px!important;}
  .orto-unified-top{font-size:1.08rem!important;line-height:1.9!important;padding:16px 12px!important;}
}
