.mp-f061979f-container {
    width: 100%;
    font-family: inherit;
}

.mp-f061979f-header {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.mp-f061979f-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.mp-f061979f-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.mp-f061979f-thumbnail {
    width: 120px;
    flex-shrink: 0;
}

.mp-f061979f-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.mp-f061979f-body {
    flex-grow: 1;
}

.mp-f061979f-title {
    margin: 0 0 0.25rem 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.mp-f061979f-title a {
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.mp-f061979f-meta {
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.mp-f061979f-excerpt {
    font-size: 0.9rem;
    line-height: 1.4;
}
