/* ============================================================
   skicentrum.net — Výpis článků (rubriky) jako karty v řádcích
   Soubor: vypis-clanku-3.css (načítat v záhlaví, páruje se s vypis-clanku-3.js)
   ============================================================ */
/* --- Výpis článků: mřížka karet --- */
body.type-posts-listing #content .news-wrapper{display:flex;flex-direction:column;gap:16px;margin-top:10px}
body.type-posts-listing #content .news-item{display:flex;flex-direction:row;float:none;width:auto;max-width:none;margin:0;background:#fff;border:1px solid #e6e9ee;border-radius:14px;overflow:hidden;transition:box-shadow .18s ease,transform .18s ease,border-color .18s ease}
body.type-posts-listing #content .news-item:hover{transform:translateY(-3px);box-shadow:0 10px 24px rgba(22,25,29,.09);border-color:#bfdcf5}
body.type-posts-listing #content .news-item .image{margin:0;width:230px;min-width:230px;min-height:150px;background:#f5f9fd;display:flex;align-items:center;justify-content:center;overflow:hidden}
body.type-posts-listing #content .news-item .image a{display:flex;width:100%;height:100%;align-items:center;justify-content:center}
body.type-posts-listing #content .news-item .image img{max-width:66%;max-height:72%;width:auto;height:auto;object-fit:contain}
/* Blog má fotografie — vyplní celou plochu */
body.in-blog #content .news-item .image img{width:100%;height:100%;max-width:none;max-height:none;object-fit:cover}
body.type-posts-listing #content .news-item .text{display:flex;flex-direction:column;justify-content:center;flex:1;width:auto;padding:18px 22px;margin:0}
body.type-posts-listing #content .news-item .text a.title{display:block;font-size:19px;line-height:1.3;font-weight:800;color:#16191d;text-decoration:none;margin:0 0 8px}
body.type-posts-listing #content .news-item .text a.title:hover{color:#239ceb}
body.type-posts-listing #content .news-item .description{color:#5b6570;font-size:14px;line-height:1.55;margin:0}
body.type-posts-listing #content .news-item .description p{margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
body.type-posts-listing #content .news-item .sc-more{margin-top:12px;align-self:flex-start;font-weight:700;font-size:14px;color:#239ceb;text-decoration:none}
body.type-posts-listing #content .news-item .sc-more:hover{color:#1478bd}
/* --- Stránkování výpisu (pro případ více stran) --- */
body.type-posts-listing #content .pagination a,body.type-posts-listing #content .pagination strong{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 12px;margin:0 3px;border:1px solid #e6e9ee;border-radius:9px;color:#16191d;text-decoration:none;font-weight:700}
body.type-posts-listing #content .pagination a:hover{border-color:#239ceb;color:#239ceb}
body.type-posts-listing #content .pagination strong,body.type-posts-listing #content .pagination a.current{background:#239ceb;border-color:#239ceb;color:#fff}
/* Mobil: jeden sloupec, nižší obrázek */
@media (max-width:640px){body.type-posts-listing #content .news-wrapper{gap:14px}body.type-posts-listing #content .news-item{flex-direction:column}body.type-posts-listing #content .news-item .image{width:auto;min-width:0;height:160px;min-height:0}}
