@layer shell {
  .fgd-header {
    background-color: #083175;

    .fgd-header-inner {
      display: flex;
      max-width: 1280px;
      height: 40px;
      padding: 0;
      align-items: center;
      justify-content: space-between;
    }

    .title-logo {
      display: flex;
      align-items: center;
      font: 600 14px InterVariable;
      color: white;
      gap: 8px;
      text-decoration: none;

      > img {
        height: 28px;
      }

      @media screen and (width < 768px) {
        font-size: 0;
      }
    }
  }
}
