@layer components {
  .form {
    display: flex;
    flex-direction: column;
    gap: var(--block-space);
    inline-size: 100%;
  }
}
