/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --spacing: 0.25rem;
  }
}
@layer utilities {
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .sm\:text-right {
    @media (width >= 40rem) {
      text-align: right;
    }
  }
}
