@layer blocks {
  .header-section {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: var(--theme-text-primary);
  }
}