hra-primary-ui,
hra-burger-menu {
  display: none !important;
}


.secondary-header {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.secondary-header > .wrapper {
  position: relative;
  padding-top: 14px;
  padding-bottom: 14px;
}


hra-widget-bank-logo {
  position: absolute;
  right: 0;
}

hra-widget-bank-logo > img {
  height: 60px !important;
}


@media screen and (max-width: 1023px) {
  hra-widget-bank-logo {
    display: none;
  }
  hra-bank-info::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 150%;
    top: -25%;
    left: 0;
    background-color: #efdf00;
    box-sizing: inherit;
  }
  .mobile-burger-menu {
    position: relative;
    margin-left: 1rem;
    padding-left: 1.5rem;
  }
  .secondary-header > .wrapper {
    margin-left: 1rem;
    padding-left: 1.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  hra-widget-bank-name > div {
    font-size: 1.75rem !important;
    line-height: 1.25rem !important;
  }
}

@media screen and (min-width: 1024px) {
  hra-widget-bank-name > div {
    font-size: 2.313rem !important;
    line-height: 1.875rem !important;
  }
}