.cm_team_item {
    display: grid;
    grid-template-columns: 1fr 300px;
    grid-gap: 0px;
    background-color: white;
    margin-bottom: 30px;
    border-radius: 5px;
}

.cm_team_item .cm_team_content {
    padding: 25px;
}

.cm_team_item .cm_team_content .cm_moduleheader.cm_txt_primary {}

.cm_team_item .cm_team_content .cm_tinyheader.cm_txt_secondary {}

.cm_team_item .cm_team_content .cm_text {}

.cm_team_item .cm_team_content .cm_meta_field {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    margin-top: 15px;
}

.cm_team_item .cm_team_content .cm_meta_field img {
    width: 25px;
}

.cm_team_item .cm_team_content .cm_meta_field a {
    font-weight: 500;
    font-size: 16px;
}

.cm_team_item .cm_team_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-color: grey;

}

.cm_noprofilepicture {
    background-color: lightgrey;
    background-image: url("http://costmanagement.local/wp-content/uploads/2025/12/cm-temp-pf.webp");
    background-size: cover;
    background-position: center;
}
.cm_meta_fields{
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-top: 15px;
}
.cm_tinytekst{
    font-size: 14px;
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 300!important;
}

@media (max-width: 768px) {
    .cm_team_item {
        display: flex;
        flex-direction: column-reverse;
    }

    .cm_team_item .cm_team_content {
        padding: 20px;
    }

    .cm_team_item .cm_team_img {
        width: 100%;
        height: 300px;
    }


}