.rss-slideshow {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

.rss-slideshow .slide {
    text-align: center;
    padding: 5px;
}

.rss-slideshow .slide img {
    max-width: 100%;
    height: auto;
}

.rss-slideshow h3 {
    margin: 5px 0;
    font-size: 16px;
}

/* Style for the bottom-right clickable title link */
.rss-slideshow-widget-title {
    position: relative;
    bottom: 5px;
    right: 10px;
    /* background: rgba(0, 0, 0, 0.6); */
    padding: 0px 0px;
    border-radius: 5px;
    z-index: 10;
    text-align: center;
}

.rss-slideshow-widget-title a {
    color: #15cd72;
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}
.rss-slideshow-widget-title a:hover {
    text-decoration: underline;
}

.rss-slideshow {
    position: relative;
}

.rss-slide {
    position: relative;
}

.rss-discount-sticker {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ff0000;
    opacity: .7;
    color: #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    font-weight: 900;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}


.rss-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 3/4;
}

.rss-slide-title {
    padding: 5px;
    text-align: center;
    font-weight: 500;
}