.rss-feed-display {
    font-family: inherit;
    max-width: 100%;
}

.rss-feed-title {
    margin-bottom: 1rem;
}

.rss-feed-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rss-feed-item:last-child {
    border-bottom: none;
}

.rss-feed-item-image-link {
    display: block;
    margin-bottom: 0.5rem;
}

.rss-feed-item-image {
    display: block;
    width: 100%;
    min-height: 200px;
    height: auto;
    object-fit: cover;
    object-position: center;
}
.rss-feed-show-more {
    margin-top: 1rem;
    padding: 10px 16px !important;
}

.rss-feed-item-title {
    display: block;
    font-size: 1.05rem;
    font-weight: 600;
    text-decoration: none !important;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
    font-size: 24px;
    margin-top: 0.5rem;
}

.rss-feed-item-title:hover {
    text-decoration: none;
}

.rss-feed-meta {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.4rem;
}

.rss-feed-meta span + span::before {
    content: " · ";
}

.rss-feed-excerpt {
    margin: 0;
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
}

.rss-feed-error,
.rss-feed-empty {
    color: #c00;
    font-style: italic;
}
