/*
Theme Name: Twenty Seventeen Child theme of twentyseventeen
Theme URI: 
Description: Child theme of twentyseventeen theme for the Twenty Seventeen theme
Author: <a href="https://cs.wordpress.org/">Vývojáři WordPressu (a překladatelé)</a>
Author URI: 
Template: twentyseventeen
Version: 4.0
*/

/* Generated by Orbisius Child Theme Creator (https://orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Thu, 08 Jan 2026 21:20:12 +0000 */ 
/* The plugin now uses the recommended approach for loading the css files.*/

/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/

/* ===== BLOGOVÉ ČLÁNKY (CPT blog_clanky) ===== */
.post-type-archive-blog_clanky .blog-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.post-type-archive-blog_clanky .blog-item {
    border: 1px solid #ddd;
    padding: 15px;
    background: #fff;
}

.post-type-archive-blog_clanky .blog-item img {
    width: 100%;
    height: auto;
}

.post-type-archive-blog_clanky .blog-cta {
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #c62828;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.post-type-archive-blog_clanky .blog-cta:hover {
    background: #9e1b1b;
}

/* RESPONSIVITA PRO BLOG */
@media (max-width: 1024px) {
    .post-type-archive-blog_clanky .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .post-type-archive-blog_clanky .blog-grid {
        grid-template-columns: 1fr;
    }
}

/* ===== TERMÍNY SETKÁNÍ - klasická stránka s příspěvky ===== */
/* Nahraď XX číslem stránky Termíny setkání, např. page-id-42 */
.page-id-XX .site-main {
    margin-top: 40px; /* odsazení od nadpisu */
}

.page-id-XX .page-header {
    margin-bottom: 20px; /* prostor pod nadpisem */
}