.elementor-widget-video[data-video-started="1"] .elementor-wrapper,
.elementor-widget-video[data-video-started="1"] .elementor-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.elementor-widget-video[data-video-started="1"] .elementor-custom-embed-image-overlay {
  position: absolute;
  inset: 0;
}

.elementor-widget-video[data-video-started="1"] .kb-video-fallback-iframe {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
  display: block;
}

.kb-inline-video-trigger {
  position: relative;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  cursor: pointer;
  background: #000;
}

.kb-inline-video-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.9;
}

.kb-inline-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 50px;
  border-radius: 12px;
  background: #ff0000;
  color: #fff;
  font-size: 26px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

/* Shared footer social icons across all pages */
#jet-theme-core-footer .elementor-widget-social-icons .elementor-social-icons-wrapper {
  gap: 8px;
}

#jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  min-width: 34px;
  min-height: 34px;
  padding: 0 !important;
  font-size: 16px;
  line-height: 1;
}

#jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon i {
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  #jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    font-size: 14px;
  }

  #jet-theme-core-footer .elementor-widget-social-icons .elementor-icon.elementor-social-icon i {
    font-size: 14px;
  }
}
