/* Blog keeps the original banner, typography and warm brand palette. */
.blog-section { background: #fffdf9; }
.blog-section .community-intro { margin-bottom: 36px; }
.blog-section .community-intro > p:last-child { margin-bottom: 0; }
.blog-empty { position: relative; overflow: hidden; max-width: 920px; margin-inline: auto; padding: 50px 36px; border: 1px solid #f0dfd8; border-radius: 72px 24px 72px 24px; background: #fff; text-align: center; box-shadow: 0 12px 34px rgba(82,35,29,.04); }
.blog-empty::before, .blog-empty::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; background: #fff5e7; pointer-events: none; }
.blog-empty::before { top: -90px; left: -70px; }
.blog-empty::after { right: -80px; bottom: -100px; background: #fff0ed; }
.blog-empty-icon { display: grid; place-items: center; width: 100px; height: 100px; margin: 0 auto 24px; border-radius: 50% 45% 46% 42%; background: #fff4e4; color: #b63735; }
.blog-empty-icon svg { width: 54px; height: 54px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.blog-empty h3 { margin: 0 0 14px; color: #b63735; font: 700 29px/1.25 "Amaranth", sans-serif; text-wrap: balance; }
.blog-empty p { max-width: 550px; margin: 0 auto; color: #635753; font-size: 17px; }
.blog-next { padding-block: 48px; background: #fff6f3; }
.blog-next-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px 48px; }
.blog-next-copy { max-width: 630px; }
.blog-next .community-heading { font-size: 30px; margin-bottom: 12px; }
.blog-next p { margin: 0; font-size: 17px; }
.blog-actions { display: flex; flex-direction: column; align-items: center; gap: 16px; flex-shrink: 0; max-width: 100%; }
@media (max-width: 1024px) {
  .blog-next-inner { flex-direction: column; text-align: center; }
  .blog-actions { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 18px 28px; }
}
@media (max-width: 767px) {
  .blog-empty { padding: 36px 22px; border-radius: 42px 18px 42px 18px; }
  .blog-empty-icon { width: 84px; height: 84px; }
  .blog-empty-icon svg { width: 46px; height: 46px; }
  .blog-empty h3 { font-size: 25px; }
  .blog-empty p, .blog-next p { font-size: 16px; }
  .blog-next .community-heading { font-size: 27px; }
  .blog-next { padding-block: 40px; }
}
