.rss-aggregator-85050caf {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rss-aggregator-widget-title {
    margin-bottom: 20px;
}

.rss-aggregator-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.rss-aggregator-item-image {
    flex-shrink: 0;
    width: 150px;
}

.rss-aggregator-item-image img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
    display: block;
}

.rss-aggregator-item-content {
    flex-grow: 1;
}

.rss-aggregator-item-title {
    margin-top: 0;
    margin-bottom: 8px;
    font-size: 1.2em;
}

.rss-aggregator-item-title a {
    text-decoration: none;
    color: inherit;
    transition: color 0.2s ease;
}

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

.rss-aggregator-item-description {
    margin: 0;
    line-height: 1.5;
}