@layer components {
  .divider {
    border: none;
    border-block-start: 2px solid var(--color-primary-100);
    margin: var(--spacing-6) 0;
  }
}
