/** Shopify CDN: Minification failed

Line 17:20 Unexpected "{"
Line 17:32 Expected ":"
Line 17:36 Unexpected "{"
Line 21:24 Unexpected "{"
Line 21:36 Expected ":"
Line 25:24 Unexpected "{"
Line 25:36 Expected ":"
Line 30:24 Unexpected "{"
Line 30:36 Expected ":"
Line 34:24 Unexpected "{"
... and 11 more hidden warnings

**/
/* START_BLOCK:ai_gen_block_214a750 (INDEX:57) */
.blog-article-list-{{ section_id }} {
      width: 100%;
    }

    .blog-article-list-{{ section_id }}__heading {
      margin: 0 0 1.6rem;
    }

    .blog-article-list-{{ section_id }}__row {
      padding: 1.6rem 0;
      border-bottom: 1px solid rgba(var(--color-foreground), 0.1);
    }

    .blog-article-list-{{ section_id }}__row:last-child {
      border-bottom: 0;
    }

    .blog-article-list-{{ section_id }}__link,
    .blog-article-list-{{ section_id }}__link:visited {
      color: var(--bal-link);
      text-decoration: none;
      transition: opacity 0.2s ease;
    }

    .blog-article-list-{{ section_id }}__link:hover,
    .blog-article-list-{{ section_id }}__link:focus {
      color: var(--bal-link);
      text-decoration: underline;
      text-underline-offset: 0.2rem;
      opacity: 0.7;
    }

    .blog-article-list-{{ section_id }}__link:focus-visible {
      outline: 0.2rem solid currentColor;
      outline-offset: 0.3rem;
    }

    .blog-article-list-{{ section_id }}__date {
      display: block;
      margin-top: 0.5rem;
      color: rgba(var(--color-foreground), 0.6);
      font-size: 0.85em;
    }
/* END_BLOCK:ai_gen_block_214a750 */
