.elementor-4061 .elementor-element.elementor-element-b8d0367{--spacer-size:70px;}.elementor-4061 .elementor-element.elementor-element-166fbb2{--display:flex;}.elementor-4061 .elementor-element.elementor-element-e70a5a3{--display:flex;}/* Start custom CSS for container, class: .elementor-element-e70a5a3 */.feedzy-rss .rss_item {
    border-bottom: 1px solid #444;
    padding: 15px 0;
    margin-bottom: 10px;
    position: relative; /* <-- add this line */
}

.feedzy-rss .rss_item_title {
    font-size: 18px;
    font-weight: bold;
    color: #00aaff;
    text-decoration: none;
    z-index: 2;
    position: relative;
}

.feedzy-rss .rss_item_title:hover {
    color: #ffffff;
    text-decoration: underline;
}

.feedzy-rss .rss_item_date {
    font-size: 13px;
    color: #bbbbbb;
    margin-bottom: 6px;
    display: block;
    z-index: 2;
    position: relative;
}

.feedzy-rss .rss_item_description {
    color: #dddddd;
    font-size: 15px;
    z-index: 2;
    position: relative;
}


.custom-readmore {
    display: inline-block;
    margin-top: 12px;
    padding: 8px 16px;
    background-color: #00aaff;
    color: white !important;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 14px;
}

.custom-readmore:hover {
    background-color: #008ecc;
}/* End custom CSS */