/* Compiled Tailwind CSS will be generated here via npm scripts. */

@layer components {
  .wp-block-site-title a {
    @apply text-xl font-semibold tracking-tight no-underline;
  }

  .wp-block-navigation__container {
    @apply gap-2;
  }

  .wp-block-navigation__responsive-container-content {
    @apply gap-3;
  }

  .wp-block-post-title a {
    @apply no-underline hover:underline;
  }

  .wp-block-post-excerpt {
    @apply mt-3 text-sm text-muted;
  }

  .wp-block-post-date,
  .wp-block-term-description {
    @apply mt-4 text-sm text-muted;
  }

  .wp-block-query-pagination {
    @apply flex flex-wrap items-center justify-center gap-3;
  }
}

