.educfind-live-box{
    background:#111f4d;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:30px;
    padding:34px;
    position:relative;
    overflow:hidden;
    backdrop-filter:blur(10px);
}

.educfind-live-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:10px;
}

.educfind-live-title{
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#94a3b8;
    font-weight:600;
}

.educfind-live-status{
    color:#10b981;
    font-size:14px;
    font-weight:500;
}

.educfind-live-item{
    display:block;
    text-decoration:none;
    padding:18px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
    transition:all .3s ease;
}

.educfind-live-item:last-child{
    border-bottom:none;
    padding-bottom:0;
}

.educfind-live-item:hover{
    transform:translateX(4px);
}

.educfind-live-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
    gap:20px;
}

.educfind-live-location{
    color:#64748b;
    font-size:14px;
    font-weight:700;
    letter-spacing:.5px;
}

.educfind-live-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.educfind-live-tags{
    display:flex;
    flex-wrap:wrap;
    gap:8px;
}

.educfind-live-tags span{
    border:1px solid rgba(255,255,255,0.2);
    color:#cbd5e1;
    padding:5px 10px;
    border-radius:6px;
    font-size:11px;
    letter-spacing:1px;
    text-transform:uppercase;
    line-height:1;
}

.educfind-live-location{
    color:#64748b;
    font-size:13px;
    font-weight:600;
    white-space:nowrap;
}

.educfind-live-mission-title{
    color:#fff;
    font-size:18px;
    line-height:1.3;
    font-weight:500;
}

@media(max-width:768px){

    .educfind-live-box{
        padding:24px;
    }

    .educfind-live-top{
        flex-direction:column;
        align-items:flex-start;
    }

    .educfind-live-mission-title{
        font-size:20px;
    }

}

    .ef-stats-bar {
        display: flex;
        align-items: stretch;
        background: #ffffff;
        border: 1px solid #e8ecf0;
        border-radius: 16px;
        overflow: hidden;
        font-family: inherit;
    }
    .ef-stat-item {
        flex: 1;
        padding: 25px 25px;
        border-right: 1px solid #e8ecf0;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .ef-stat-item:last-child {
        border-right: none;
    }
    .ef-stat-label {
        font-size: 16px;
        font-weight: 500;
        color: #383841;
        font-family: "DM Sans", Sans-serif;
    }
    .ef-stat-value {
        font-size: 42px;
        font-weight: 300;
        color: #0d1b2a;
        line-height: 1;
        margin: 4px 0;
    }
    .ef-stat-delta {
        font-size: 13px;
        font-weight: 500;
    }
    .ef-delta-up   { color: var(--ef-brand); }
    .ef-delta-down { color: var(--ef-brand); }

   /* TABLET = 2x2 */
@media (max-width: 767px) {

    .ef-stats-bar{
        display:grid !important;
        grid-template-columns:1fr 1fr;
    }

    .ef-stat-item{
        border-right:1px solid #e8ecf0;
        border-bottom:1px solid #e8ecf0;
    }

    .ef-stat-item:nth-child(2n){
        border-right:none;
    }

    .ef-stat-item:nth-last-child(-n+2){
        border-bottom:none;
    }
}
