/* Spectroi Custom RSS Feed Styles */
.opera-feed-container {
    background-color: #212121;
    font-family: sans-serif;
    padding: 8px 0;
    border-radius: 8px;
}
.opera-feed-item {
    padding: 12px 16px;
    border-bottom: 1px solid #3d3d3d;
}
.opera-feed-item:last-child {
    border-bottom: none;
}
.opera-feed-header {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
}
.opera-favicon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 2px;
}
.opera-feed-source {
    font-size: 13px;
    color: #aaa;
}
.opera-feed-main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.opera-feed-content {
    flex-grow: 1;
}
.opera-feed-title {
    margin: 0;
    font-size: 18px;
    line-height: 1.4;
}
.opera-feed-title a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
.opera-feed-title a:hover {
    text-decoration: underline;
}
.opera-feed-meta {
    margin-top: 8px;
    font-size: 12px;
    color: #888;
}
.opera-feed-image {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}
.opera-feed-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}