@supports selector(main:has(a[href="/sign-in"])) {
  main:has(a[href="/sign-in"]) {
    display: flex;
    flex-direction: column;
  }

  main:has(a[href="/sign-in"]) > section.mt-12 {
    order: -1;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}
