.manus-rss-feed-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px 0;
}

.manus-rss-columns-1 .manus-rss-item { width: 100%; }
.manus-rss-columns-2 .manus-rss-item { width: calc(50% - 10px); }
.manus-rss-columns-3 .manus-rss-item { width: calc(33.33% - 14px); }

.manus-rss-item {
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.manus-rss-thumb img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.manus-rss-item h3 {
    margin-top: 0;
    font-size: 1.2em;
}

.manus-rss-meta {
    font-size: 0.85em;
    color: #666;
    margin-bottom: 10px;
}

.manus-rss-summary {
    font-size: 0.95em;
    line-height: 1.5;
}

.manus-rss-video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.manus-rss-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
