.widget_bansta_widget_popular_post a,
.widget_bansta_widget_recent_post a {
    font-size: 0.8em!important;
    line-height: 1.2!important;
}

.ts-slot-wide,
.ts-slot-content,
.ts-slot-loop {
    display: block;
    margin: auto;
    background-color: #fff;
}
.ts-slot-content {
    margin-bottom: 10px;
}
.ts-slot-wide {
    margin-top: 10px;
}
.dark-mode [class*="ts-slot-"] {
    background-color: inherit;
}
.ts-leaderboard {
    max-width: 728px;
    max-height: 90px;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ts-slot-wide {
    padding-top: 10px !important;
}

@media ( max-width:767px) {
    .ts-slot-wide {
        max-height: 100px;
    }
}

@media (min-width:600px) and (max-width:1018px) {
    .widget_bansta_widget_popular_post a, 
    .widget_bansta_widget_recent_post a {
        font-size: 70%!important;
    }
}

.elem-content-entry .ts-post-header {
    padding: 0;
}

.elem-content-entry .read-more a {
    padding: 4px 2px;
    font-size: 12px;
}