/* Drewniane Meble — wspólny CSS bloga (karty, siatka, paginacja, polecane, opis archiwum).
   Jedno źródło dla single.php / home.php / archive.php / front-page (sekcja blog). Enqueue: mu-plugin blog-defaults. */

.dm-posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:28px;margin:8px 0 36px}
.dm-post-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ece7df;border-radius:10px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}
.dm-post-card:hover{box-shadow:0 8px 26px rgba(43,33,24,.10);transform:translateY(-2px)}
.dm-post-card__media{display:block}
.dm-post-card__media img{width:100%;height:200px;object-fit:cover;display:block}
.dm-post-card__body{padding:18px 20px 22px;display:flex;flex-direction:column;gap:9px;flex:1}
.dm-post-card__cat{font-size:12px;text-transform:uppercase;letter-spacing:.04em;color:#9a7b4f;text-decoration:none;font-weight:700}
.dm-post-card__title{font-size:19px;line-height:1.35;margin:0}
.dm-post-card__title a{color:#2b2118;text-decoration:none}
.dm-post-card__title a:hover{color:#9a7b4f}
.dm-post-card__meta{font-size:12.5px;color:#8a8178}
.dm-post-card__excerpt{margin:0;color:#5b5247;font-size:14.5px;line-height:1.6}
.dm-post-card__more{margin-top:auto;color:#9a7b4f;font-weight:700;text-decoration:none;font-size:14px;padding-top:4px}
.dm-post-card__more:hover{text-decoration:underline}

.archive-description{margin-top:10px;color:#5b5247;line-height:1.65;max-width:760px}

.dm-pagination{margin:24px 0 8px}
.dm-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center}
.dm-pagination .page-numbers{display:inline-flex;min-width:40px;height:40px;align-items:center;justify-content:center;padding:0 12px;border:1px solid #e0d9cf;border-radius:8px;color:#2b2118;text-decoration:none}
.dm-pagination .page-numbers.current{background:#9a7b4f;color:#fff;border-color:#9a7b4f}
.dm-pagination .page-numbers:hover:not(.current){background:#f5f0e8}
.dm-no-posts{padding:40px 0;color:#5b5247}

/* Sekcja „Polecane artykuły" pod wpisem */
.post-related{margin:44px 0 8px;padding-top:36px;border-top:1px solid #ece7df}
.post-related__title{font-size:24px;margin:0 0 22px;color:#2b2118}

/* CTA „Zobacz w sklepie" we wpisie (blog→PLP konwersja) */
.dm-shop-cta{margin:34px 0;padding:22px 24px;background:#f7f3ec;border:1px solid #ece7df;border-radius:10px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:14px}
.dm-shop-cta__text{margin:0;color:#2b2118;font-size:16px;font-weight:600}
.dm-shop-cta__btn{display:inline-block;background:#9a7b4f;color:#fff;text-decoration:none;font-weight:700;padding:12px 22px;border-radius:8px;font-size:15px;white-space:nowrap}
.dm-shop-cta__btn:hover{background:#7f6740}

/* Blok „Poradniki" na PLP (reverse-link PLP→blog, ekosystem) */
.dm-plp-guides{margin:40px 0 8px;padding-top:32px;border-top:1px solid #ece7df}
.dm-plp-guides__title{font-size:24px;margin:0 0 22px;color:#2b2118}
.dm-plp-guides__more{margin:18px 0 0}
.dm-plp-guides__more a{color:#9a7b4f;font-weight:700;text-decoration:none}
.dm-plp-guides__more a:hover{text-decoration:underline}

/* Intro huba /artykuly/ przeniesione spod naglowka pod liste wpisow (2026-06-09) */
.blog-hub-intro {
    border-top: 1px solid #e7ded0;
    margin-top: 3rem;
    padding-top: 2.25rem;
    padding-bottom: .5rem;
}
.blog-hub-intro .archive-description {
    font-size: .95rem;
    line-height: 1.7;
    color: #5f5648;
    max-width: 780px;
}
.blog-hub-intro .archive-description p:first-child { margin-top: 0; }
.blog-hub-intro .archive-description ul { margin: 1rem 0 0; padding-left: 1.15rem; }
.blog-hub-intro .archive-description li { margin-bottom: .4rem; }
.blog-hub-intro .archive-description a { font-weight: 600; }
