
  nav.svelte-i6hrvs {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 1rem 0.75rem;
    background-color: var(--vats-background);
  }

  .blog-top-bar.svelte-i6hrvs {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    align-items: start;
    justify-content: space-between;
    padding-left: 1rem;

    .blog-header:where(.svelte-i6hrvs) {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .blog-nav:where(.svelte-i6hrvs) {
      display: flex;
      flex-direction: column;
      align-items: start;
      margin-top: 0.5rem;
      justify-content: space-between;
      align-self: stretch;
      height: auto;

      div:where(.svelte-i6hrvs):nth-child(1) {
        font-size: var(--vats-text-m);
        font-weight: 600;
        line-height: 1.1;
        text-align: center;
      }

      div:where(.svelte-i6hrvs):nth-child(2) {
        display: flex;
        flex-direction: row;
        gap: 2rem;
        padding-bottom: 0;
      }
    }

    .blog-list-title:where(.svelte-i6hrvs) {
      padding-top: 0.5rem;
      font-size: var(--vats-text-xxl);
      text-align: center;
      width: 100%;
      color: var(--vats-blue);
    }

    .hidden:where(.svelte-i6hrvs) {
      visibility: hidden;
    }
  }
