.rss-widget {
}

.rss-widget-title {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
}

.rss-content {
    min-height: 100px;
}

.rss-loading {
    text-align: center;
    padding: 14px;
    background: #f9f9f9;
    border-radius: 4px;
    font-style: italic;
}

.rss-error {
    text-align: center;
    color: #F44336;
    padding: 14px;
    background: #282828;
    border-radius: 4px;
    border-left: 3px solid #F44336;
}

.rss-empty {
    text-align: center;
    color: #999;
    padding: 14px;
    background: #f9f9f9;
    border-radius: 4px;
}

.rss-news-item {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px dashed #e0e0e05c;
    overflow: hidden;
}

.rss-news-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.rss-news-image {
    max-height: 56px;
    margin: 0 15px 5px 0;
    float: left;
    border-radius: 4px;
    object-fit: cover;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
}

.rss-news-content {
    overflow: hidden;
}

.rss-news-title {
    margin: 0 0 2px 0;
    font-weight: 600;
    font-size: 1em;
}

.rss-news-title a {
    text-decoration: none;
    color: #337ab7;
    font-weight: 600;
}

.rss-news-title a:hover {
    text-decoration: underline;
    color: #23527c;
}

.rss-news-date {
    font-family: "JetBrains Mono", monospace;
    word-spacing: -5px;
    font-size: 0.8em;
    color: #a3a3a3;
    margin-bottom: 2px;
}

.rss-news-description {
    font-size: 0.9em;
    color: #555;
    line-height: 1.4;
    margin: 0;
}

@keyframes rss-pulse {
    0% { opacity: 1; }
    50% { opacity: 0.7; }
    100% { opacity: 1; }
}

.rss-updating .rss-content {
    animation: rss-pulse 1s ease-in-out;
}

@media (max-width: 768px) {
    .rss-news-image {
        max-height: 56px;
        margin-right: 10px;
    }
    .rss-news-title {
        font-size: 0.95em;
    }
    .rss-news-description {
        font-size: 0.85em;
    }
}
