.sport-featured-posts {
    display: block;
}
.sp-featured-first {
    margin-bottom: 1rem;
}
.sp-featured-thumb img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.sp-featured-content {
    margin-top: 0.5rem;
}
.sp-featured-title a {
    color: inherit;
    text-decoration: none;
}
.sp-featured-title a:hover {
    text-decoration: underline;
}
.sp-featured-meta {
    font-size: 0.9em;
    color: #777;
}
.sp-featured-list .sp-featured-item {
    border-top: 1px solid #eee;
    padding: 6px 0;
}
.btn-control{
    position: relative;
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    line-height: 26px;
    width: 30px;
    border: 1px solid #e0e0e0;
    text-align: center;
    color: #212121;
    background: #fff;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    outline: unset !important;
    cursor: pointer;
}
.sp-section-title{
    border-bottom: 2px solid #eee;
}
.sp-section-title h2{
    margin-bottom: 0;
}
.sp-section-title{
    margin-bottom: 30px;
}
.sp-section-title h2:after {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--text-primary);
    display: block;
    position: relative;
    bottom: -2px;
}
.btn-control:hover {
    background: #f5f5f5;
}
.sp-featured-list .sp-featured-item:first-child {
    border-top: none;
}
.sp-featured-list .sp-featured-title {
    margin: 0;
    font-size: 1em;
    font-weight: 400;
    display: inline-block;
    margin: 0 5px 0 0;
    letter-spacing: normal;
    position: relative;
    padding: 0 0 0 14px;
}
.sp-featured-nav{
    gap: 4px;
    position: relative;
}
.sp-featured-first{
    position: relative;
}
.sp-featured-content{
    padding: 20px 15px 10px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: -moz-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,transparent),color-stop(70%,rgba(0,0,0,.65)));
    background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.65) 70%);
    background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
    background: -ms-linear-gradient(top,transparent 0,rgba(0,0,0,.65) 70%);
    background: linear-gradient(180deg,transparent 0,rgba(0,0,0,.65) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#a6000000",GradientType=0)
}
.sp-featured-content *{
    color:#fff;
}
.sp-featured-nav:after,
.sp-featured-nav:before {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    border-bottom: 1px solid #eee;
    left: -40px;
    top: 50%;
}
.sport-featured-posts{
    overflow: hidden;
}
.sp-featured-nav:after {
    right: -40px;
    left: auto;
}
.sp-featured-nav{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.sp-featured-nav:before {
    left: -40px;
    right: auto;
}
.sp-featured-list .sp-featured-title:before {
    color: var(--text-primary);
    font-size: 14px;
    position: absolute;
    left: 1px;
    top: 0;
    content: "\F0DA";
    font-family: FontAwesome;
    text-rendering: auto;
    width: 100%;
    pointer-events: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sport-theme-sidebar-right{
    .sp-featured-title a{
        font-size: 15px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.jeg_socialshare:hover{
    .share_count{
        display: none;
    }
    .socialshare_list{
        display: flex;
    }
}
.jeg_share_fb .share-text {
    color: #fff;
    background: #45629f;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}
.jeg_share_tw .share-text {
    color: #fff;
    background: #000;
}
.socialshare_list .share-text {
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    white-space: nowrap;
    display: inline-flex;
    -webkit-font-smoothing: antialiased;
    padding: 0 5px 0 5px;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
    align-items: center;
    gap: 4px;
}
.socialshare_list .share-count {
    background: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
    color: #888;
    display: inline-block;
    font-size: 11px;
    font-weight: 400;
    height: auto;
    line-height: 18px;
    margin-left: 5px;
    min-width: 15px;
    padding: 0 3px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}
.socialshare_list .share-count:before {
    border-color: transparent #bfbfbf;
    top: 5px;
    left: -6px;
}
.socialshare_list .share-count:after, .socialshare_list .share-count:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4px 5px 4px 0;
    display: block;
}
.socialshare_list .share-count:after {
    border-color: transparent #fff;
    top: 5px;
    left: -4px;
}
.socialshare_list{
    display: flex;
    gap: 8px;
}
.jeg_socialshare{
    min-height: 22px;
}
.post_sidebar_custom{
    .sp-featured-content{
        position: relative;
        bottom: unset;
        background: unset;
        padding: 0; 
    }
    .sp-featured-content *{
        color: #222638;
    }
    .sp-featured-first .sp-featured-title{
        font-size: 18px;
        font-weight: 700;
        margin: 15px auto 5px;
        line-height: 1.25;
        padding-right: 80px;
        position: relative;
    }
    .sp-featured-first .sp-featured-title:before{
        right: 0;
        left: unset !important;
        text-align: center;
        height: auto;
        line-height: 1;
        width: 50px;
        font-size: 36px;
        border-radius: 0;
        background: none;
        border-left: 1px solid #eee;
        color: #d7d7d7;
        -webkit-animation: none;
        font-size: 36px;
    }
    .sp-featured-list .sp-featured-title{
        padding-left: 60px;
        min-height: 40px;
    }
    .share_count{
        font-size: 11px;
        text-transform: uppercase;
        color: #a0a0a0;
        font-size: 11px;
    }
    .sp-featured-first .sp-post-thumbnail{
        padding-top: 75% !important ;
    }
    .sp-featured-list .sp-featured-title:before{
        content: attr(data-num);
        position: absolute;
        font-size: 18px;
        text-align: center;
        top: 0;
        left: 0;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-style: italic;
        background: #eee;
        padding: 10px;
        border-radius: 4px;
        box-sizing: content-box;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        color: #222638;
    }
    .sp-featured-list .sp-featured-item{
        border-top:unset !important;
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .sp-featured-content .sp-featured-title:before {
        content: attr(data-num);
        position: absolute;
        font-size: 35px;
        text-align: center;
        top: 0;
        left: 0;
        width: 50px;
        line-height: 1;
        font-style: italic;
        padding: 10px;
        border-radius: 4px;
        box-sizing: content-box;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        
    }
    .sp-featured-first{
        padding-left: 0;
        padding-bottom: 15px;
        border-bottom: 3px solid #eee;
    }
}
.jeg_share_tw svg{
    fill: #fff;
}