/* ===============================
   MIMO POST WIDGETS
================================ */

.mimopost-widget-box {
    background: #f6f7fb;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 2px 3px 20px 0px rgba(0,0,0,0.20);
}

.mimopost-widget-title {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 12px;
}

/* LIST CARD */
.mimopost-post-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.mimopost-post-item {
    display: flex;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid #f0f0f0;
}

.mimopost-post-item:last-child {
    border-bottom: none;
}

/* THUMB */
.mimopost-post-item .thumb img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    object-fit: cover;
}

/* CONTENT */
.mimopost-post-item h3 {
    margin: 0;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 1.4;
}

.mimopost-post-item h3 a {
    color: #222;
    text-decoration: none;
    display: block;
}

.mimopost-post-item h3 a:hover {
    color: #ff7a00;
}


.mimopost-post-item .title:hover {
    color: #ff7a00;
}

.mimopost-post-item .meta {
    font-size: 12.5px;
    color: #888;
    margin-top: 4px;
    display: block;
}
