.mybayut-popular-posts .section-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 24px;
}

.mybayut-popular-posts-wrapper {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
}

.mybayut-popular-posts-thumbnail {
    width: 100px;
    height: 70px;
    overflow: hidden;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.mybayut-popular-posts-content {
    width: calc(100% - 116px);
    color: #000000;
}

.mybayut-popular-posts-content h4 {
    margin: -5px 0 8px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}

body.rtl .mybayut-popular-posts-content h4 {
    margin: 0 0 8px;
}

.mybayut-popular-posts-content .posts-content-meta {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    line-height: 18px;
    flex-wrap: wrap;
}

body.rtl .mybayut-popular-posts-content .posts-content-meta {
    font-size: 11px;
}

.mybayut-popular-posts-content .posts-content-meta svg {
    font-size: 6px;
}

@media screen and (max-width: 600px) {
    .mybayut-popular-posts .section-title {
        font-size: 14px;
    }
}