/* Blog post page — mobile-only layout (max-width: 768px) */

@media (max-width: 768px) {
  body.blog-post-page .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bpost-hero {
    padding: 18px 0 36px;
  }

  .bpost-hero-compact {
    padding-bottom: 28px;
  }

  .bpost-breadcrumb {
    margin-bottom: 14px;
    font-size: 0.76rem;
  }

  .bpost-hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
  }

  .bpost-hero-copy h1 {
    font-size: 1.55rem;
    margin-bottom: 10px;
    line-height: 1.15;
  }

  .bpost-hero-lead {
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 14px;
    max-width: none;
  }

  .bpost-hero-meta {
    gap: 8px;
  }

  .bpost-hero-meta time,
  .bpost-hero-meta span {
    font-size: 0.72rem;
    padding: 6px 10px;
  }

  .bpost-hero-panel {
    padding: 18px 16px;
    border-radius: 14px;
  }

  .bpost-hero-panel-head {
    margin-bottom: 12px;
    padding-bottom: 12px;
    font-size: 0.66rem;
  }

  .bpost-pillars {
    margin-top: -14px;
    padding-bottom: 24px;
  }

  .bpost-main {
    padding-bottom: 40px;
  }

  .bpost-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bpost-sidebar {
    position: static;
    order: 2;
  }

  .bpost-article {
    order: 1;
    border-radius: 14px;
  }

  .bpost-cover {
    aspect-ratio: 16 / 9;
    max-height: none;
  }

  .bpost-cover-placeholder {
    aspect-ratio: 16 / 7;
    max-height: none;
  }

  .bpost-cover-placeholder i {
    font-size: 2.5rem;
  }

  .bpost-article-toolbar {
    padding: 14px 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bpost-share {
    width: 100%;
    justify-content: flex-start;
  }

  .bpost-prose {
    padding: 22px 16px 26px;
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .bpost-prose h2 {
    font-size: 1.22rem;
    margin-top: 1.8em;
  }

  .bpost-prose h3 {
    font-size: 1.05rem;
  }

  .bpost-article-foot {
    padding: 18px 16px 22px;
  }

  .bpost-article-cta {
    flex-direction: column;
    width: 100%;
  }

  .bpost-article-cta .btn {
    width: 100%;
    justify-content: center;
  }

  .bpost-not-found {
    padding: 36px 18px 44px;
    border-radius: 14px;
  }

  .bpost-not-found-actions {
    flex-direction: column;
    width: 100%;
  }

  .bpost-not-found-actions .btn {
    width: 100%;
    justify-content: center;
  }

  body.blog-post-page .blg-cta-grid {
    grid-template-columns: 1fr;
  }
}
