


.cf-video-embed{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 16px; 
  display: block;
}


.cf-video-embed.cmplz-blocked-content-container,
.cf-video-embed.cmplz-video,
.cf-video-embed.cmplz-wp-video{
  position: relative !important;
  inset: auto !important;
  width: 100% !important;
  height: 100% !important;          
  max-width: 100% !important;
}


.cf-video-embed.cmplz-placeholder-1{
  height: auto !important;
  min-height: 0 !important;
}


.cf-video-embed iframe{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.cf-video-embed > .cmplz-blocked-content-container{
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
}


.cf-video-embed .cmplz-blocked-content-notice{
    z-index: 20 !important;        
  max-width: min(360px, 92%) !important;
  border-radius: 12px !important;
  pointer-events: auto !important;
}


.cf-video-embed .cmplz-accept-service,
.cf-video-embed .cmplz-accept-category{
  font: inherit !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  line-height: 1.2 !important;
}


.cf-video-embed.cmplz-blocked-content-container iframe,
.cf-video-embed.cmplz-placeholder-1 iframe,
.cf-video-embed .cmplz-blocked-content-container iframe{
  pointer-events: none !important;
}



.cf-video-embed.cmplz-placeholder-1{
  background-image: url("https://christianfellowship.world/wp-content/uploads/2026/01/cfworld_cf-featured-images-home_01.webp") !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}


.cf-video-embed.cmplz-placeholder-1::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(0,0,0,.25);
  z-index: 1;
  pointer-events: none;
}


.cf-video-embed.cmplz-placeholder-1 .cmplz-blocked-content-notice{
  z-index: 20 !important;
}



.cf-video-embed.cmplz-blocked-content-container
.cmplz-blocked-content-notice{
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;

  display: block !important;
  width: min(360px, 92%) !important;

  padding: 14px 16px !important;
  border-radius: 14px !important;

  background: rgba(0,0,0,.55) !important;
  color: #ffffff !important;
  text-align: center !important;

  z-index: 20 !important;
  pointer-events: auto !important;
}

.cf-video-embed
.cmplz-blocked-content-notice-body{
  color: #ffffff !important;
  font-size: 1.25rem;        
  padding-bottom: 0.75rem;  
}

.brxe-post-content .cf-video-embed .cmplz-links a{
  color: #fff !important;
  text-decoration: underline; 
}

.cf-video-embed .cmplz-links a{
  color: #fff !important;
  text-decoration: underline;
}