:root {
  --llb-shell-cream: #f7edd2;
  --llb-shell-blue: #102333;
}

.llb-navigation-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  background: var(--llb-shell-blue);
  position: relative;
}

.llb-shell-header {
  display: block;
  width: 100%;
}

.llb-shell-header-img {
  display: block;
  width: 100%;
  height: auto;
}

.llb-topbar {
  display: grid;
  grid-template-columns: 40px 40px 40px 54px 34px minmax(72px, 1fr) 40px;
  column-gap: 8px;
  row-gap: 0;
  align-items: center;
  padding: 8px 10px 12px;
  box-sizing: border-box;
}

.llb-topbar button {
  min-width: 0;
  width: 100%;
  height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 0;
  line-height: 1;
  color: var(--llb-shell-cream);
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  cursor: pointer;
}

.llb-nav-back::before,
.llb-nav-forward::before {
  content: "";
  width: 15px;
  height: 15px;
}

.llb-nav-back,
.llb-nav-home,
.llb-nav-forward {
  justify-self: stretch;
}

.llb-nav-back::before {
  border-left: 3px solid var(--llb-shell-cream);
  border-bottom: 3px solid var(--llb-shell-cream);
  transform: rotate(45deg);
}

.llb-nav-forward::before {
  border-right: 3px solid var(--llb-shell-cream);
  border-top: 3px solid var(--llb-shell-cream);
  transform: rotate(45deg);
}

.llb-nav-home::before {
  content: "";
  width: 27px;
  height: 27px;
  background: var(--llb-shell-cream);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5 12 4l9 7.5M5.5 10v10h13V10M9 20v-6h6v6' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 11.5 12 4l9 7.5M5.5 10v10h13V10M9 20v-6h6v6' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter'/%3E%3C/svg%3E") center/contain no-repeat;
}

.llb-nav-invite {
  grid-column: 4;
  justify-self: center;
  width: 54px;
  height: 28px !important;
  align-self: center;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.llb-nav-emergency {
  grid-column: 5;
  justify-self: center;
  width: 28px;
  height: 28px !important;
  align-self: center;
  border-radius: 50% !important;
  background: #fff !important;
}

.llb-nav-emergency::before,
.llb-nav-emergency::after {
  content: "";
  position: absolute;
  display: block;
  border-radius: 2px;
  background: #e71919;
  box-shadow: none;
}

.llb-nav-emergency::before {
  width: 8px;
  height: 22px;
}

.llb-nav-emergency::after {
  width: 22px;
  height: 8px;
}

.llb-nav-account {
  grid-column: 6;
  justify-self: stretch;
  color: #000 !important;
  -webkit-text-fill-color: #000;
  text-shadow: none;
  background: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 7px !important;
  padding: 0 8px !important;
  font-size: 13px !important;
  font-weight: 900;
  letter-spacing: .02em;
  white-space: nowrap;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.llb-nav-search {
  grid-column: 7;
  justify-self: center;
}

.llb-nav-search::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid var(--llb-shell-cream);
  border-radius: 50%;
  transform: translate(-2px, -2px);
}

.llb-nav-search::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 3px;
  background: var(--llb-shell-cream);
  transform: translate(9px, 10px) rotate(45deg);
}

.llb-nav-search-plugin {
  position: absolute;
  right: 6px;
  top: calc(100% - 8px);
  z-index: 60;
}

@media (max-width: 430px) {
  .llb-topbar {
    grid-template-columns: 30px 30px 30px 46px 32px minmax(58px, 1fr) 30px;
    column-gap: 6px;
    padding: 8px 6px 12px;
  }

  .llb-nav-account {
    font-size: 10px !important;
    padding: 0 3px !important;
  }

  .llb-nav-invite {
    width: 46px;
    font-size: 10px !important;
  }
}
