.fixed-bottom-header {
  @apply relative z-999;
}

.home .fixed-bottom-header {
  @apply lg:absolute bottom-0 left-0 w-full;
}

.home .fixed-bottom-header .site-branding {
  @apply lg:hidden;
}

.home .fixed-bottom-header #navigation-menu {
  @apply lg:mx-auto;
}

.home .fixed-bottom-header.is-sticky .site-branding {
  @apply block;
}

.home .fixed-bottom-header.is-sticky #navigation-menu {
  @apply mx-0;
}

.fixed-bottom-header .header-menu-component {
  @apply bg-[var(--rb-header-background-color)] border-b border-[var(--rb-header-border-color)];
}

.home .fixed-bottom-header .main-menu > .menu-item-has-children > .sub-menu {
  @apply top-auto bottom-full;
}

.home .fixed-bottom-header.is-sticky .main-menu > .menu-item-has-children > .sub-menu {
  @apply top-full bottom-auto;
}

.home .fixed-bottom-header .main-menu .menu-item-has-children .menu-item-has-children > .sub-menu {
  @apply top-auto bottom-0;
}

.home .fixed-bottom-header.is-sticky .main-menu .menu-item-has-children .menu-item-has-children > .sub-menu {
  @apply top-0 bottom-auto;
}
