.elementor-kit-26{--e-global-color-primary:#FDFDFD;--e-global-color-secondary:#7C7C7C;--e-global-color-text:#FFFFFF;--e-global-color-accent:#0ABDC0;--e-global-color-c15de3f:#FF78A7;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Montserrat", Sans-serif;}.elementor-kit-26 e-page-transition{background-color:#FFBC7D;}.elementor-kit-26 h1{font-family:"Roboto", Sans-serif;}.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 *//* === Thumbnail (Desktop) === */
.remix-preview-thumbnail {
  flex: 0 0 200px;
  width: 100px;
  height: 200px;
  overflow: hidden;
  border-radius: 0px;
  background: #eee;
  position: relative; /* Needed for overlay positioning */
}

.remix-preview-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.35) grayscale(55%);; /* Darken image only */
}

/* PNG overlay centered & 50% size */
.remix-preview-thumbnail::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://1djma.com/wp-content/uploads/2025/08/ma-ocon-bw.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%; /* 50% of container size */
  pointer-events: none;
}/* End custom CSS */