@layer page {
  .blog-container {
    max-width: 900px;
  }
  .article-preview {
    margin-bottom: 3em;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }
  .article-preview article {
    padding: 2em;
  }
  .article-preview h2 {
    color: #003366;
    margin: 0 0 0.3em;
    font-size: 1.6em;
  }
  .article-date {
    color: #888;
    font-style: italic;
    font-size: 0.9em;
    margin-bottom: 1em;
  }
  .article-image {
    text-align: center;
    margin-bottom: 1.5em;
  }
  .article-image img {
    max-width: 100%;
    border-radius: 8px;
  }
  .article-content {
    line-height: 1.7;
    color: #333;
  }
  .article-content img {
    max-width: 100%;
  }
  .article-content h1, .article-content h2, .article-content h3 {
    color: #003366;
  }
  .no-articles {
    text-align: center;
    color: #888;
    font-size: 1.2em;
    padding: 3em 0;
  }
}

/*# sourceMappingURL=blog.css.map */
