.os-filter-bar {
  z-index: $filter-bar-z-index;
  position: absolute;
  top: $os-header-height;
  left: 0;
  width: 100%;
  padding: $filter-bar-padding;
  min-height: $filter-bar-height;

  .title-bar {
    width: 100%;

    h3 {
      @include standard-header();
      line-height: 3rem;
      padding-left: 1rem;
      color: $filter-bar-text-color;
      max-width: 60%;
    }
  }

  .bundle-picker-account {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 55px; // placeholder for '...' menu item
    display: block;
    max-width: 40%;
    height: 100%;
    z-index: 100;
  }
}
