/*
Theme Name: Cmn Customer
Template: cmn
Author: Comm.On
Author URI: http://www.comm-on.nu
Description: Cmn child theme
Version: 1.0
Updated:
*/
.post-item {
    position: relative; /* Must have this */
    display: flex;
    flex-direction: column;
}


.post-item h3 a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.icon-bar {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 15;
    left: auto;
}

.edu-icons {
    display: flex;
    gap: 5px;
    margin-right: 10px;
}

p {
    hyphens: none !important; 
    overflow-wrap: break-word !important; 
    word-wrap: break-word !important;
}

.wp-block-post-featured-image img.methode-feat-img {
    width: 100% !important;
    height: 450px !important;
    object-fit: cover !important;
    border-radius: 8px;
    display: block;
}

.wp-block-post-featured-image {
    margin: 0 !important;
}

.hero-header__content .wp-block-post-excerpt__excerpt {
   line-height: 1.75 !important;
}

@media screen and (max-width: 768px) {
    
    body, .container, .row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    html {
        font-size: 14px;
    }

    h1 { font-size: 1.8rem !important; }
    h2 { font-size: 1.5rem !important; }
    h3 { font-size: 1.2rem !important; }
    p { font-size: 1rem !important; }

    .wp-block-post-featured-image img.methode-feat-img {
        height: 250px !important;
    }

}

.agenda-icon {
    border-radius: 0% !important;
    top: -11rem !important;
    right: 11.5rem !important;
}