/* Palavra MENU ao lado do hamburger, só abaixo de 1180px.
   No desktop o botão já some. */

@media (max-width: 1179px) {
  .site-header__toggle {
    width: auto;
    min-width: 46px;
    flex: 0 0 auto;
    justify-content: flex-end;
    gap: 8px;
    padding: 0 12px 0 42px;
    color: #ffffff;
    background: rgba(0, 0, 12, 0.55);
  }

  .site-header__toggle-line {
    left: 10px;
  }

  .site-header__toggle-text {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1;
    white-space: nowrap;
  }

  .site-header.is-menu-open .site-header__toggle {
    width: 46px;
    padding: 0;
    justify-content: center;
  }

  .site-header.is-menu-open .site-header__toggle-line {
    left: 50%;
    margin-left: -13px;
  }

  .site-header.is-menu-open .site-header__toggle-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
  }
}
