/* Top bar — mobile only: solid blue + orange accent line on the right */
@media (max-width: 767px) {
  #site-topbar {
    background-color: #0068b3 !important;
    border-right: 4px solid #ff5c00;
  }

  #site-topbar .tc-topbar-skew {
    display: none;
  }
}
