@import 'public-booking/main_dependencies';

bb-template.bb-template--header {
  .bb-template--header__default-style-guard  {
    @include main-content;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;

    bb-redirection-button {
      height: 40px;
    }
  }
}