.elementor-497 .elementor-element.elementor-element-4cb5f2a0{overflow:visible;}/* Start custom CSS for feedzy-rss-feeds, class: .elementor-element-508f37c0 */.custom-feedzy-ui .feedzy-rss ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 0;
    list-style: none;
}

.custom-feedzy-ui .feedzy-rss li {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
    transition: .3s ease;
    padding: 0;
    border: none;
}

.custom-feedzy-ui .feedzy-rss li:hover {
    transform: translateY(-8px);
}

.custom-feedzy-ui .feedzy-rss .rss_image {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.custom-feedzy-ui .feedzy-rss .title {
    display: block;
    font-size: 22px;
    font-weight: 600;
    color: #111827;
    line-height: 1.4;
    margin: 20px 20px 10px;
    text-decoration: none;
}

.custom-feedzy-ui .feedzy-rss p {
    font-size: 15px;
    color: #6B7280;
    line-height: 1.7;
    margin: 0 20px 20px;
}

.custom-feedzy-ui .feedzy-rss a {
    text-decoration: none;
}

@media(max-width:1024px){
    .custom-feedzy-ui .feedzy-rss ul{
        grid-template-columns: repeat(2,1fr);
    }
}

@media(max-width:767px){
    .custom-feedzy-ui .feedzy-rss ul{
        grid-template-columns: 1fr;
    }
}/* End custom CSS */