
.ei-wrapper{
    position:relative;
    margin:35px 0 25px;
    padding:28px 18px;
    background:#fff;
    border-top:1px solid #ececec;
    border-bottom:1px solid #ececec;
    clear:both;
    width:100%;
    box-sizing:border-box;
}

.ei-title{
    position:relative;
    margin:0 0 28px;
    text-align:center;
    font-size:30px;
    line-height:1.1;
    font-weight:800;
    letter-spacing:-0.5px;
    text-transform:uppercase;
    color:#111;
}

.ei-title:before,
.ei-title:after{
    content:"";
    position:absolute;
    top:50%;
    width:60px;
    height:1px;
    background:#d9d9d9;
}

.ei-title:before{
    left:calc(50% - 220px);
}

.ei-title:after{
    right:calc(50% - 220px);
}

.ei-title span{
    position:relative;
    display:inline-block;
    padding-bottom:10px;
}

.ei-title span:after{
    content:"";
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    width:50px;
    height:3px;
    background:#ff3b30;
    border-radius:50px;
}

.ei-grid{
    display:grid !important;
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:18px;
    width:100%;
}

.ei-item{
    background:#fff;
    border:1px solid #efefef;
    box-shadow:0 2px 10px rgba(0,0,0,.04);
    border-radius:10px;
    padding:18px 14px;
    text-align:center;
    text-decoration:none !important;
    transition:all .25s ease;
    overflow:hidden;
}

.ei-item:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.ei-image{
    width:95px !important;
    height:95px !important;
    border-radius:999px !important;
    object-fit:cover !important;
    display:block;
    margin:0 auto 14px;
    transition:transform .25s ease;
}

.ei-item:hover .ei-image{
    transform:scale(1.03);
}

.ei-name{
    display:block;
    color:#111;
    font-size:16px;
    line-height:1.2;
    font-weight:700;
    margin-bottom:10px;
}

.ei-more{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#ff3b30;
    font-size:13px;
    font-weight:600;
    border-top:1px solid #ffe1de;
    padding-top:8px;
}

.mvp-post-tags-header,
.mvp-post-tags{
    display:none !important;
}

@media(max-width:1024px){

    .ei-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .ei-title{
        font-size:24px;
    }

    .ei-title:before,
    .ei-title:after{
        display:none;
    }
}

@media(max-width:767px){

    .ei-wrapper{
        margin:20px 0;
        padding:18px 10px;
        border:none;
        width:100% !important;
        max-width:100% !important;
        overflow:hidden;
    }

    .ei-title{
        font-size:17px !important;
        line-height:1.3;
        margin-bottom:18px;
        letter-spacing:0;
    }

    .ei-grid{
        display:grid !important;
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
        gap:10px !important;
        width:100% !important;
    }

    .ei-item{
        padding:12px 8px !important;
        border-radius:8px;
    }

    .ei-image{
        width:72px !important;
        height:72px !important;
        margin-bottom:8px;
    }

    .ei-name{
        font-size:13px !important;
        line-height:1.25;
        margin-bottom:6px;
    }

    .ei-more{
        font-size:11px !important;
        padding-top:6px;
    }
}

amp-img.ei-image{
    border-radius:999px !important;
    overflow:hidden;
    object-fit:cover;
}

amp-layout,
amp-img{
    max-width:100%;
}
