#fw-section-custom-html-9b07ba97-5368-4561-ab7a-d5767742c3fb {

/* === VIDEO TILE CLEAN FIX === */

.video-tile {
  transition: transform 0.25s ease;
}

/* Thumbnail container */
.video-tile__image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* === FIX IMAGE ZOOM (no drift) === */
.video-tile__image img,
.custom-16-9-fix {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;

  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.3s ease;
}

/* Hover zoom */
.video-tile:hover .video-tile__image img,
.video-tile:hover .custom-16-9-fix {
  transform: translate(-50%, -50%) scale(1.05);
}

/* === YOUTUBE ICON === */
.video-tile__icon img {
  filter: brightness(0) invert(1);
  transition: transform 0.25s ease, filter 0.25s ease;
}

/* Glow effect */
.video-tile:hover .video-tile__image-container {
  box-shadow: 0 0 18px #ff0000;
}

/* Icon hover */
.video-tile:hover .video-tile__icon img {
  filter: none;
  transform: scale(1.1);
}

/* === TITLE (clean, BELOW thumbnail but visually tight) === */
.video-tile__caption {
  margin-top: 6px !important;
  text-align: center;
}

/* Title styling */
.video-tile__title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

  overflow: hidden;
  text-overflow: ellipsis;

  transition: color 0.25s ease, transform 0.25s ease;
}

/* Hover title */
.video-tile:hover .video-tile__title {
  color: #ff0000;
  transform: scale(1.02);
}
}

#fw-section-text-carousel-b3fe8cc5-01e9-441e-9d39-1f28374f63df {
--font-heading-scale: 0.7;
--font-body-scale: 0.7;
}
#fw-section-text-carousel-b3fe8cc5-01e9-441e-9d39-1f28374f63df {
--color-primary: #1c1c1e;
--color-primary-rgb: 28, 28, 30;
--color-background: #1c1c1e;
--color-background-rgb: 28, 28, 30;
--color-on-background: #f5f7fa;
--color-on-background-rgb: 245, 247, 250;
--color-on-primary: #465eff;
--color-on-primary-rgb: 70, 94, 255;
--color-product-image-background: #f5f7fa;
--color-background-brightness: 28;
background-color: var(--color-background);
color: var(--color-on-background);
--primary-btn-bg: #1c1c1e;
--primary-btn-text: #465eff;
--primary-btn-border-color: #f5f7fa;
--secondary-btn-bg: transparent;
--secondary-btn-text: #f5f7fa;
--secondary-btn-border-color: #f5f7fa;

}
#fw-section-header {
--font-heading-scale: 1.4;
--font-body-scale: 1.4;
}