#ezoic-whats-next-header {
    margin:24px 0 12px;
    font-size:15px;
    text-align:left;
    background:transparent;
    font-weight:bold;
}
#ezoic-whats-next-container {
    color:#222;
    overflow:hidden;
    text-align:left;
    margin-bottom:12px;
}
.ezoic-whats-next {
    float:left;
    width:140px;
    border-radius:1px;
    border:1px solid #ccc;
    background-color:#fff;
    margin:2px 8px 6px 0;
    text-decoration: none !important;
}
.ezoic-whats-next.ezoic-whats-next-dark {
    background-color:#1c1c1c;
}
.ezoic-whats-next-no-image {
    padding:70px 0;
    background: linear-gradient(#e4e4e4, white, #e4e4e4);
}
.ezoic-whats-next-no-image.ezoic-whats-next-dark {
    background: linear-gradient(#222, #080808, #222);
}
.ezoic-whats-next-no-images .ezoic-whats-next-no-image {
    padding:28px 0;
}
.ezoic-whats-next-img, .ezoic-whats-next-title, .ezoic-whats-next-domain {
    display:block;
}
.ezoic-whats-next-img {
    width:100%;
    height:140px;
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
}
.ezoic-whats-next-text {
    padding:15px;
}
.ezoic-whats-next-title {
    color:#444;
    font-size:12px;
    line-height:15px;
    height:32px;
    overflow: hidden;
}
.ezoic-whats-next-domain {
    color:#777;
    font-size:10px;
    padding-top:8px;
    overflow: hidden;
    white-space: nowrap;
}
.ezoic-whats-next-dark .ezoic-whats-next-title {
    color:#eee;
}
.ezoic-whats-next-dark .ezoic-whats-next-domain {
    color:#bbb;
}
.ezoic-whats-next:hover .ezoic-whats-next-title {
    text-decoration: underline;
}




