@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=Ubuntu+Mono&display=swap');

.rss-wrapper-3e9299e6 {
    --rss-columns: 3;
    --rss-gap: 20px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.rss-slider-viewport-3e9299e6 {
    width: 100%;
    overflow: hidden;
}

.rss-slider-track-3e9299e6 {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    gap: var(--rss-gap);
    width: max-content;
}

.rss-item-3e9299e6 {
    width: calc((100vw - (var(--rss-gap) * (var(--rss-columns) - 1))) / var(--rss-columns));
    max-width: calc((100% - (var(--rss-gap) * (var(--rss-columns) - 1))) / var(--rss-columns)); /* Fallback relative to viewport, JS will set exact pixel width */
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 10px;
}

.rss-link-3e9299e6 {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rss-link-3e9299e6:hover {
    color: inherit;
}

.rss-image-3e9299e6 {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-color: #f9f9f9;
}

.rss-content-3e9299e6 {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.rss-title-3e9299e6 {
    font-family: 'Playfair Display', serif;
    font-size: 20px;
    line-height: 1.4;
    color: #222;
    margin: 0 0 12px 0;
}

.rss-meta-3e9299e6 {
    font-family: 'Ubuntu Mono', monospace;
    font-size: 14px;
    color: #666;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rss-source-3e9299e6 {
    font-weight: bold;
    color: #333;
}

.rss-pagination-3e9299e6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.rss-pagination-3e9299e6 button {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Ubuntu Mono', monospace;
    font-size: 16px;
    transition: background 0.2s ease;
}

.rss-pagination-3e9299e6 button:hover {
    background: #555;
}
