.related-posts {
    margin-top: 20px;
}

.related-posts .widget-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.related-post-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.related-post-item {
    display: flex;
    align-items: flex-start;
}

.related-post-link {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.related-thumb {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    margin-right: 10px;
}

.related-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.related-info {
    flex: 1;
}

.related-title {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 4px;
    line-height: 1.3;
}

.related-excerpt {
    font-size: 12px;
    color: #666;
    margin: 0;
    margin: unset !important;
    font-size: 14px !important;
}

.widget.related-posts{
    background: #fff;
    box-shadow: var(--box-shadow-2);
    border-radius: var(--border-radius);
    padding-top: 5px;
    margin-top: 0;
    padding: 11px;
}

.widget-title{
    border-bottom: 1px solid #666;
    padding: 5px !important;
}

/* ads zone */
.sidebar-wrap{
    position: sticky;
    top: 90px;
}

.sidebar-ads{
    width: 410px;
    background: gray;
    color: white;
    height: 280px;
    margin-top: 20px;
    text-align: center;
    padding: 7rem;
    font-size: 2rem;
}

.sidebar-ads.registered{
    width: 410px;
    height: 280px;
    padding:  unset !important;
}

.sidebar-ads.mini.registered{
    width: 410px;
    height: 200px;
    padding:  unset !important;
}

.sidebar-ads.registered img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    image-rendering: pixelated;
}

.sidebar-ads:first-child{
    margin-top: unset !important;
}

@media (max-width:768px) {
    .col-right-single-news-sidebar{
        padding-left: unset !important;
        padding-right: unset !important;
        display: flex;
        flex-direction: column-reverse;
    }

    .widget.related-posts{
        border: unset;
        box-shadow: unset;
        position: unset;
    }

    .sidebar-ads{
        padding: 8rem;
        position: unset !important;
    }

    .sidebar-ads.registered{
        width: 100%;
        height: 200px;
    }
}

.sidebar-ads.mini{
    height: 200px;
    padding: 5rem;
}