.elementor-362 .elementor-element.elementor-element-677a094{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for feedzy-rss-feeds, class: .elementor-element-f470ccb *//* ==== Clean, Elegant, Responsive Card Layout for Feedzy ==== */

.feedzy-rss {
  background-color: #fffaf7; /* soft neutral background */
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.feedzy-rss ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feedzy-rss .rss_item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.feedzy-rss .rss_item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
}

.feedzy-rss .rss_image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  flex-shrink: 0;
}

.feedzy-rss .rss_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feedzy-rss .title {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  color: #8B5E3C;
  line-height: 1.4;
  flex-shrink: 0;
}

.feedzy-rss .title a {
  color: #8B5E3C;
  text-decoration: none;
  transition: color 0.3s;
}

.feedzy-rss .title a:hover {
  color: #5a3e2a;
}

.feedzy-rss .rss_content {
  padding: 10px 20px 20px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  flex-grow: 1;
}

/* == Responsive tweaks == */
@media screen and (max-width: 600px) {
  .feedzy-rss .rss_image {
    height: 180px;
  }

  .feedzy-rss .title {
    font-size: 16px;
  }

  .feedzy-rss .rss_content {
    font-size: 14px;
  }
}/* End custom CSS */