.wmes-widget {
    max-width: 960px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 12px;
    color: #111;
    font-family: Segoe UI, Roboto, Helvetica, Arial, sans-serif
}

.wmes-label {
    font-weight: 800;
    margin: 0 0 8px 0
}

.wmes-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 12px;
    margin-bottom: 12px
}

.wmes-top-media {
    flex: 0 0 50%;
    display: block
}

.wmes-thumb {
    display: block
}

.wmes-top-media img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px
}

.wmes-thumb-caption {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    text-align: center;
    font-style: italic
}

.wmes-top-main {
    flex: 1
}

.wmes-featured-title {
    margin: 0 0 6px 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800
}

.wmes-featured-title a {
    text-decoration: none;
    color: #111
}

.wmes-author {
    font-size: 14px;
    color: #2f5eb8
}

.wmes-author a {
    text-decoration: none;
    color: inherit
}

.wmes-list {
    display: flex;
    gap: 16px;
    align-items: stretch
}

.wmes-list-item {
    flex: 1;
    border-right: 1px solid #e6e6e6;
    padding-right: 12px;
    display: flex;
    flex-direction: column
}

.wmes-list-item:last-child {
    border-right: 0;
    padding-right: 0
}

.wmes-list-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.wmes-avatar {
    width: 48px;
    height: 48px;
    border-radius: 0;
    object-fit: cover;
    flex: 0 0 auto
}

.wmes-list-title {
    display: block;
    text-decoration: none;
    color: #111;
    font-weight: 700;
    line-height: 1.4;
    flex-grow: 1
}

.wmes-list-title span {
    border-bottom: 1px solid transparent
}

.wmes-list-title:hover span {
    border-bottom-color: #c0c0c0
}

@media(max-width:768px) {
    .wmes-top {
        flex-direction: column
    }

    .wmes-top-media {
        flex: unset
    }

    .wmes-featured-title {
        font-size: 22px
    }

    .wmes-list {
        flex-direction: column
    }

    .wmes-list-item {
        border-right: 0;
        border-bottom: 1px solid #e6e6e6;
        padding: 0 0 10px 0
    }

    .wmes-list-item:last-child {
        border-bottom: 0
    }
}