/* MYINSPIRE - WHAT'S NEW */

body.home .elementor-element-39843344 .elementor-heading-title,
body.page-id-8698 .elementor-element-39843344 .elementor-heading-title{
    color:#fff !important;
    font-family:"Heebo",Arial,sans-serif !important;
    font-size:46px !important;
    font-weight:800 !important;
    line-height:1.15 !important;
    text-align:center !important;
}

.mi-community-new{
    width:100%;
    max-width:1180px;
    margin:0 auto;
    font-family:"Heebo",Arial,sans-serif;
}

.mi-community-subtitle{
    margin:10px 0 38px !important;
    color:rgba(255,255,255,.72) !important;
    font-size:18px !important;
    line-height:1.6 !important;
    text-align:center;
}

.mi-community-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:24px;
}

.mi-community-card{
    min-height:285px;
    padding:28px;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    background:#111C34;
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,0,0,.18);
    text-decoration:none !important;
    text-align:right;
    transition:.25s ease;
}

.mi-community-card:hover,
.mi-community-card:focus-visible{
    transform:translateY(-5px);
    border-color:rgba(94,231,231,.55);
    box-shadow:0 24px 55px rgba(0,0,0,.27);
}

.mi-community-icon{
    width:46px;
    height:46px;
    margin-bottom:18px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    background:linear-gradient(135deg,#2563EB,#00C2CB);
    color:#fff;
    font-size:20px;
    font-weight:800;
}

.mi-community-tag{
    margin-bottom:7px;
    color:#5EE7E7;
    font-size:13px;
    font-weight:800;
}

.mi-community-card h3{
    margin:0 0 12px !important;
    color:#fff !important;
    font-family:"Heebo",Arial,sans-serif !important;
    font-size:24px !important;
    line-height:1.3 !important;
    font-weight:800 !important;
}

.mi-community-card p{
    margin:0 0 24px !important;
    color:rgba(255,255,255,.72) !important;
    font-size:16px !important;
    line-height:1.75 !important;
}

.mi-community-link{
    margin-top:auto;
    color:#5EE7E7;
    font-size:15px;
    font-weight:800;
}

@media(max-width:850px){

    body.home .elementor-element-39843344 .elementor-heading-title,
    body.page-id-8698 .elementor-element-39843344 .elementor-heading-title{
        font-size:34px !important;
    }

    .mi-community-grid{
        grid-template-columns:1fr;
    }

    .mi-community-card{
        min-height:0;
    }
}

/* הגדלת שורת המשנה - מה חדש בקהילה */
.mi-community-subtitle{
    font-size:22px !important;
    font-weight:500 !important;
    line-height:1.6 !important;
}

/* שורת משנה גדולה יותר */
.mi-community-subtitle{
    font-size:26px !important;
    font-weight:600 !important;
    line-height:1.5 !important;
}

@media(max-width:767px){
    .mi-community-subtitle{
        font-size:21px !important;
    }
}
