/* Ikonki */
.fa[class*=' fa-'] {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

/*breadcrumbs*/
.breadcrumb {
    display: none;
}

/*blog breadcrumb fix*/
#module-ph_simpleblog-single #main-content {
    margin-top: 20px;
}

/*Search - page*/
body#search {
    
}
body#search main#main-content  {
    margin-top: 20px;
    
}
body#search .ps_categorytree .module-title {
    display:none;
}

body#search .sort-by-row, body#search .products-sort-order, body#search .listing_view  {
    display: none;
    
}

/* articles (blog posts) */

/* title */
.simpleblog__listing__post__wrapper__content .blog-headline a {
    font-size: 0.8em;
    
}

/*short text*/
.simpleblog__listing__post__wrapper__content p {
    font-size: 0.7em;
}

/* button */
.simpleblog__listing__post__wrapper__content__footer a.btn {
    font-size: 0.8em;
}

/* articles - PAGE */
body#module-ph_simpleblog-list {}

body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content {
    padding-top: 15px;
}

body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content p {
    margin-top: 1px;
    margin-bottom: 1px;
}

body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content__footer {
    margin-top: 10px;
}

body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper__content .blog-headline a {
    /*font-size: 0.8em;*/
    font-weight: bolder;
    line-height: 1em;
}

#module-ph_simpleblog-single #content-wrapper .simpleblog__post p,  
#module-ph_simpleblog-single #content-wrapper .simpleblog__post ul, 
#module-ph_simpleblog-single #content-wrapper .simpleblog__post li {
    color: black;
    font-family: 'Poppins';
}

 /* article list - images - texts */
@media(max-width: 767px) {
    body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper a > img {
        max-height: 345px;
        object-fit: cover;
        object-position: center bottom;
    }
    
    body#module-ph_simpleblog-list .simpleblog__listing__post__wrapper {
        margin-bottom: 15px !important;
    }
    
    body#module-ph_simpleblog-list .page-heading .h1{
        margin-top: 20px;
        font-size: 1.2rem;
        line-height: 1.2em;
    }
    
    body#module-ph_simpleblog-list .simpleblog__listing.container {
        margin-top: 5px;
    }
    
    body#module-ph_simpleblog-single .page-header .h1 {
        margin-top: 20px;
        font-size: 1.2rem !important; 
        line-height: 1.2em;
        margin-bottom: 5px;
        font-weight: 500;
    }
    
    body#module-ph_simpleblog-single .simpleblog__post__content:has(img) {
        margin: 0px;
        margin-right: 20px;
    }
    
    body#module-ph_simpleblog-list .simpleblog__listing__post {
        padding: 0;
    }
    
    body#module-ph_simpleblog-list section#main {
        padding: 0;
    }
    
}
body#module-ph_simpleblog-list .page-heading .h1, 
body#module-ph_simpleblog-single .page-header .h1
{
    text-transform: none !important;
}
    
.blog-headline {
    line-height: 1em !important;
}