.rss-item {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.rss-item .thumb img {
    width: 150px !important;
    height: 150px !important;
    object-fit: cover;
    border-radius: 4px;
    display: block;
    flex-shrink: 0;
    max-width: none !important;
}

.rss-item .title {
    font-weight: bold;
    text-decoration: none;
    color: #333;
}

.rss-item .excerpt {
    margin: 6px 0 0 0;
    color: #555;
    font-size: 0.9rem;
}
