.eco-widget {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.eco-post-box {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    gap: 10px;
}

.eco-rank {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.eco-title a {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-decoration: none;
}

.eco-views {
    font-size: 13px;
    color: #000000;
    margin-left: auto;
}

.newsx-post-image img {
    width: 100px !important;
    height: 100px !important;
    object-fit: fill;
}
