.rss-feedio-container {
    width: 100%;
}

.rss-feedio-title a {
    text-decoration: none;
}

.rss-feedio-title a:hover {
    opacity: 0.85;
}

.rss-feedio-image {
    margin-bottom: 15px;
}

.rss-feedio-image img {
    max-width: 100%;
    height: auto;
    border-radius: 3px;
}

.rss-feedio-link {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
    transition: opacity 0.2s;
}

.rss-feedio-link:hover {
    opacity: 0.85;
}
