/* logo_bar.css - Styles for the card-logo-bar/header logo bar */
.card-logo-bar {
  background: #ffffff;
  padding: 8px 0 8px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.card-logo-bar span { font-size: 15px; margin: 0px 10px 0px auto; }
.card-logo-bar .company-logo { width: 32px; height: 32px; }
.card-logo-bar .logo-img {
  width: auto;
  height: 35px;
  margin-left: 0;
}
