.elementor-kit-7{--e-global-color-primary:#467FF7;--e-global-color-secondary:#2F72FF;--e-global-color-text:#000000;--e-global-color-accent:#88A8EC;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:#FF0000;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Kontener z gridem 2x2 */
.yt-feed-wrapper .feedzy-rss {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Karty pojedynczych filmów */
.yt-feed-wrapper .rss_item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

/* Efekt hover */
.yt-feed-wrapper .rss_item:hover {
  transform: scale(1.02);
}

/* Miniatura */
.yt-feed-wrapper .rss_item img {
  width: 100%;
  height: auto;
  border-radius: 12px 12px 0 0;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  display: block;
}

/* Tytuł filmu */
.yt-feed-wrapper .rss_item h3 {
  margin: 10px 15px 5px 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #b91f58;
}

/* Autor i data */
.yt-feed-wrapper .rss_item .rss_item_meta {
  margin: 0 15px 10px 15px;
  font-style: italic;
  font-size: 13px;
  color: #a4325d;
}/* End custom CSS */