.bcp-wrap {
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
  border-radius: 14px;
  overflow: hidden;
  background: #111;
  color: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.18);
}
.bcp-frame {
  position: relative;
  width: 100%;
  height: var(--bcp-height, 480px);
  background: #000;
}
.bcp-frame video,
.bcp-frame iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #000;
}

.bcp-center-play {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  padding: 0 0 0 5px;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
  color: #fff;
  background: rgba(0,0,0,.58);
  box-shadow: 0 8px 24px rgba(0,0,0,.35);
  transform: translate(-50%, -50%);
}
.bcp-center-play:hover,
.bcp-center-play:focus {
  background: rgba(0,0,0,.72);
  outline: none;
}

.bcp-unmute {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  color: #111;
  background: rgba(255,255,255,.92);
  box-shadow: 0 4px 12px rgba(0,0,0,.28);
}
.bcp-is-live video {
  cursor: pointer;
}
.bcp-is-live video::-webkit-media-controls-timeline,
.bcp-is-live video::-webkit-media-controls-current-time-display,
.bcp-is-live video::-webkit-media-controls-time-remaining-display,
.bcp-is-live video::-webkit-media-controls-seek-back-button,
.bcp-is-live video::-webkit-media-controls-seek-forward-button {
  display: none !important;
}
.bcp-live-controls {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  padding: 8px 10px;
  background: #111;
  border-top: 1px solid rgba(255,255,255,.10);
  box-shadow: none;
}
.bcp-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  color: #111;
  background: rgba(255,255,255,.94);
}
.bcp-volume {
  width: 92px;
  max-width: 22vw;
  height: 24px;
  cursor: pointer;
  accent-color: #fff;
}
.bcp-live-badge {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  margin-left: 2px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .4px;
  background: rgba(210, 0, 0, .9);
  color: #fff;
}
.bcp-fullscreen {
  margin-left: auto;
}
.bcp-status {
  position: absolute;
  right: 12px;
  bottom: 60px;
  max-width: 60%;
  padding: 0;
  border-radius: 10px;
  background: transparent;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}
.bcp-error {
  padding: 12px 14px;
  border-left: 4px solid #cc1818;
  background: #fff3f3;
  color: #7a1111;
}

.bcp-wrap.bcp-fullscreen-active,
.bcp-wrap:fullscreen,
.bcp-wrap:-webkit-full-screen {
  position: relative !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  max-width: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
  overflow: hidden !important;
  display: block !important;
  background: #000;
}
.bcp-wrap.bcp-fullscreen-active .bcp-frame,
.bcp-wrap:fullscreen .bcp-frame,
.bcp-wrap:-webkit-full-screen .bcp-frame {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 54px !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-frame video,
.bcp-wrap:fullscreen .bcp-frame video,
.bcp-wrap:-webkit-full-screen .bcp-frame video,
.bcp-wrap.bcp-fullscreen-active .bcp-frame iframe,
.bcp-wrap:fullscreen .bcp-frame iframe,
.bcp-wrap:-webkit-full-screen .bcp-frame iframe {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.bcp-wrap.bcp-fullscreen-active .bcp-live-controls,
.bcp-wrap:fullscreen .bcp-live-controls,
.bcp-wrap:-webkit-full-screen .bcp-live-controls {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 54px !important;
  min-height: 54px !important;
  max-height: 54px !important;
  padding: 8px 12px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  flex: none !important;
}
.bcp-wrap.bcp-cursor-hidden,
.bcp-wrap.bcp-cursor-hidden *,
.bcp-frame.bcp-cursor-hidden,
.bcp-frame.bcp-cursor-hidden *,
video.bcp-cursor-hidden {
  cursor: none !important;
}

@media (max-width: 700px) {
  .bcp-frame {
    height: 260px !important;
  }
  .bcp-live-controls {
    gap: 6px;
    min-height: 48px;
    padding: 7px 8px;
  }
  .bcp-control {
    width: 32px;
    height: 32px;
  }
  .bcp-center-play {
    width: 60px;
    height: 60px;
    font-size: 30px;
  }
  .bcp-volume {
    width: 70px;
  }
  .bcp-live-badge {
    padding: 0 8px;
    font-size: 11px;
  }
  .bcp-status {
    display: none;
  }
}


@media (max-width: 700px) {
  .bcp-wrap.bcp-fullscreen-active .bcp-frame,
  .bcp-wrap:fullscreen .bcp-frame,
  .bcp-wrap:-webkit-full-screen .bcp-frame {
    height: auto !important;
    bottom: 52px !important;
  }
  .bcp-wrap.bcp-fullscreen-active .bcp-live-controls,
  .bcp-wrap:fullscreen .bcp-live-controls,
  .bcp-wrap:-webkit-full-screen .bcp-live-controls {
    height: 52px !important;
    min-height: 52px !important;
    max-height: 52px !important;
  }
}

/* v1.0.10 - tam ekran kontrol barı zorlayıcı düzeltme */
.bcp-wrap.bcp-fullscreen-active,
.bcp-wrap:fullscreen,
.bcp-wrap:-webkit-full-screen,
.bcp-wrap:-moz-full-screen,
.bcp-wrap:-ms-fullscreen {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  background: #000 !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-frame,
.bcp-wrap:fullscreen .bcp-frame,
.bcp-wrap:-webkit-full-screen .bcp-frame,
.bcp-wrap:-moz-full-screen .bcp-frame,
.bcp-wrap:-ms-fullscreen .bcp-frame {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  width: 100% !important;
  height: calc(100vh - 56px) !important;
  height: calc(100dvh - 56px) !important;
  min-height: 0 !important;
  max-height: calc(100vh - 56px) !important;
  max-height: calc(100dvh - 56px) !important;
  flex: 1 1 auto !important;
  overflow: hidden !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-live-controls,
.bcp-wrap:fullscreen .bcp-live-controls,
.bcp-wrap:-webkit-full-screen .bcp-live-controls,
.bcp-wrap:-moz-full-screen .bcp-live-controls,
.bcp-wrap:-ms-fullscreen .bcp-live-controls {
  position: relative !important;
  inset: auto !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  display: flex !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  flex: 0 0 56px !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  z-index: 20 !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-live-controls *,
.bcp-wrap:fullscreen .bcp-live-controls *,
.bcp-wrap:-webkit-full-screen .bcp-live-controls *,
.bcp-wrap:-moz-full-screen .bcp-live-controls *,
.bcp-wrap:-ms-fullscreen .bcp-live-controls * {
  max-height: 40px !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-control,
.bcp-wrap:fullscreen .bcp-control,
.bcp-wrap:-webkit-full-screen .bcp-control,
.bcp-wrap:-moz-full-screen .bcp-control,
.bcp-wrap:-ms-fullscreen .bcp-control {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  max-width: 36px !important;
  max-height: 36px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

/* v1.0.11 - tam ekranda kontrolleri otomatik gizle */
.bcp-wrap.bcp-fullscreen-active,
.bcp-wrap:fullscreen,
.bcp-wrap:-webkit-full-screen,
.bcp-wrap:-moz-full-screen,
.bcp-wrap:-ms-fullscreen {
  position: relative !important;
  display: block !important;
  width: 100vw !important;
  width: 100dvw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  overflow: hidden !important;
  background: #000 !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-frame,
.bcp-wrap:fullscreen .bcp-frame,
.bcp-wrap:-webkit-full-screen .bcp-frame,
.bcp-wrap:-moz-full-screen .bcp-frame,
.bcp-wrap:-ms-fullscreen .bcp-frame {
  position: absolute !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  height: 100dvh !important;
  min-height: 0 !important;
  max-height: 100vh !important;
  max-height: 100dvh !important;
  overflow: hidden !important;
  z-index: 1 !important;
}
.bcp-wrap.bcp-fullscreen-active .bcp-live-controls,
.bcp-wrap:fullscreen .bcp-live-controls,
.bcp-wrap:-webkit-full-screen .bcp-live-controls,
.bcp-wrap:-moz-full-screen .bcp-live-controls,
.bcp-wrap:-ms-fullscreen .bcp-live-controls {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
  display: flex !important;
  width: 100% !important;
  height: 56px !important;
  min-height: 56px !important;
  max-height: 56px !important;
  padding: 8px 12px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  z-index: 30 !important;
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity .22s ease, transform .22s ease !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-controls-hidden .bcp-live-controls,
.bcp-wrap:fullscreen.bcp-controls-hidden .bcp-live-controls,
.bcp-wrap:-webkit-full-screen.bcp-controls-hidden .bcp-live-controls,
.bcp-wrap:-moz-full-screen.bcp-controls-hidden .bcp-live-controls,
.bcp-wrap:-ms-fullscreen.bcp-controls-hidden .bcp-live-controls {
  opacity: 0 !important;
  transform: translateY(120%) !important;
  pointer-events: none !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-controls-hidden .bcp-center-play,
.bcp-wrap:fullscreen.bcp-controls-hidden .bcp-center-play,
.bcp-wrap:-webkit-full-screen.bcp-controls-hidden .bcp-center-play,
.bcp-wrap:-moz-full-screen.bcp-controls-hidden .bcp-center-play,
.bcp-wrap:-ms-fullscreen.bcp-controls-hidden .bcp-center-play {
  opacity: 0 !important;
  pointer-events: none !important;
}


/* v1.0.12 - tam ekranda kontrol barını kesin gizle */
.bcp-is-live video[controls],
.bcp-is-live video::-webkit-media-controls,
.bcp-is-live video::-webkit-media-controls-enclosure,
.bcp-is-live video::-webkit-media-controls-panel,
.bcp-is-live video::-webkit-media-controls-play-button,
.bcp-is-live video::-webkit-media-controls-volume-slider,
.bcp-is-live video::-webkit-media-controls-mute-button,
.bcp-is-live video::-webkit-media-controls-fullscreen-button {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-controls-hidden .bcp-live-controls,
.bcp-wrap.bcp-controls-hidden .bcp-live-controls {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(140%) !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: 0 !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden *,
.bcp-wrap:fullscreen.bcp-cursor-hidden,
.bcp-wrap:fullscreen.bcp-cursor-hidden * {
  cursor: none !important;
}

.bcp-youtube-external {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 18px;
  text-align: center;
}
.bcp-youtube-external a {
  margin-left: 6px;
  font-weight: 700;
}

.bcp-fv-native {
  width: 100%;
  max-width: 100%;
  margin: 18px 0;
}
.bcp-fv-native .flowplayer,
.bcp-fv-native .fp-player,
.bcp-fv-native iframe,
.bcp-fv-native video {
  max-width: 100%;
}


/* v1.0.23 - Firefox tam ekranda imleci global olarak gizle */
html.bcp-global-cursor-hidden,
html.bcp-global-cursor-hidden *,
body.bcp-global-cursor-hidden,
body.bcp-global-cursor-hidden * {
  cursor: none !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden *,
.bcp-wrap:fullscreen.bcp-cursor-hidden,
.bcp-wrap:fullscreen.bcp-cursor-hidden *,
.bcp-wrap:-webkit-full-screen.bcp-cursor-hidden,
.bcp-wrap:-webkit-full-screen.bcp-cursor-hidden *,
.bcp-frame.bcp-cursor-hidden,
.bcp-frame.bcp-cursor-hidden *,
video.bcp-cursor-hidden,
iframe.bcp-cursor-hidden {
  cursor: none !important;
}


/* v1.0.24 - tam ekranda ok imlecini de tamamen gizle */
.bcp-frame .bcp-idle-shield {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  inset: 0 !important;
  z-index: 25 !important;
  display: none;
  background: transparent !important;
  cursor: none !important;
  pointer-events: none;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-idle-shield,
.bcp-wrap:fullscreen.bcp-cursor-hidden .bcp-idle-shield,
.bcp-wrap:-webkit-full-screen.bcp-cursor-hidden .bcp-idle-shield {
  display: block !important;
  pointer-events: auto !important;
  cursor: none !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-frame,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-frame *,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden video,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden iframe,
.bcp-wrap:fullscreen.bcp-cursor-hidden .bcp-frame,
.bcp-wrap:fullscreen.bcp-cursor-hidden .bcp-frame *,
.bcp-wrap:-webkit-full-screen.bcp-cursor-hidden .bcp-frame,
.bcp-wrap:-webkit-full-screen.bcp-cursor-hidden .bcp-frame * {
  cursor: none !important;
}


/* v1.0.25 - Firefox/native video tam ekranında ok imlecini şeffaf cursor ile gizle */
html.bcp-hard-cursor-hidden,
html.bcp-hard-cursor-hidden *,
body.bcp-hard-cursor-hidden,
body.bcp-hard-cursor-hidden *,
.bcp-hard-cursor-hidden,
.bcp-hard-cursor-hidden *,
.bcp-wrap.bcp-cursor-hidden,
.bcp-wrap.bcp-cursor-hidden *,
.bcp-frame.bcp-cursor-hidden,
.bcp-frame.bcp-cursor-hidden *,
.bcp-idle-shield,
.bcp-idle-shield * {
  cursor: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") 0 0, none !important;
}
:fullscreen.bcp-hard-cursor-hidden,
:fullscreen.bcp-hard-cursor-hidden *,
:-webkit-full-screen.bcp-hard-cursor-hidden,
:-webkit-full-screen.bcp-hard-cursor-hidden * {
  cursor: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") 0 0, none !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-frame,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-frame video,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-frame iframe,
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-idle-shield {
  cursor: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw==") 0 0, none !important;
}
.bcp-wrap.bcp-fullscreen-active.bcp-cursor-hidden .bcp-idle-shield {
  z-index: 2147483640 !important;
}

/* Canlı TV kategori sayfası: arama + IPTV linkleri */
.bcp-live-tv-page {
  width: 100%;
  max-width: 100%;
}
.bcp-live-tv-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 16px;
  padding: 12px;
  border-radius: 14px;
  background: #111;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0,0,0,.14);
}
.bcp-live-tv-search-label {
  flex: 1 1 320px;
  min-width: 180px;
  margin: 0;
}
.bcp-live-tv-search {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  outline: none;
  background: rgba(255,255,255,.96);
  color: #111;
  font-size: 15px;
}
.bcp-live-tv-search:focus {
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 0 0 3px rgba(255,255,255,.16);
}
.bcp-live-tv-links,
.bcp-iptv-shortcode {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.bcp-live-tv-link,
.bcp-live-tv-copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 13px;
  border: 0;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.bcp-live-tv-link {
  background: #fff;
  color: #111 !important;
}
.bcp-live-tv-copy {
  background: rgba(255,255,255,.16);
  color: #fff;
}
.bcp-live-tv-copy:hover,
.bcp-live-tv-copy:focus {
  background: rgba(255,255,255,.24);
}
.bcp-live-tv-copy-status {
  min-height: 20px;
  margin: -8px 0 10px;
  color: #167a2f;
  font-size: 13px;
  font-weight: 700;
}
.bcp-channel-item {
  margin: 0 0 20px;
}
.bcp-channel-head {
  margin: 0 0 -2px;
  padding: 12px 14px;
  border-radius: 14px 14px 0 0;
  background: #181818;
  color: #fff;
}
.bcp-channel-title {
  margin: 0;
  color: inherit;
  font-size: 18px;
  line-height: 1.25;
}
.bcp-channel-desc {
  margin-top: 5px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  line-height: 1.35;
}
.bcp-channel-head + .bcp-wrap {
  margin-top: 0;
  border-radius: 0 0 14px 14px;
}
.bcp-live-tv-empty {
  padding: 14px;
  border-radius: 12px;
  background: #fff7e6;
  color: #7a4a00;
  font-weight: 700;
}

@media (max-width: 700px) {
  .bcp-live-tv-toolbar {
    align-items: stretch;
    flex-direction: column;
  }
  .bcp-live-tv-search-label {
    flex-basis: auto;
    min-width: 0;
  }
  .bcp-live-tv-links,
  .bcp-iptv-shortcode {
    width: 100%;
  }
  .bcp-live-tv-link,
  .bcp-live-tv-copy {
    flex: 1 1 auto;
  }
}


/* v1.0.28 - WordPress Canlı TV kategori arşivine otomatik arama + IPTV link barı */
.bcp-live-tv-archive-tools {
  margin: 0 0 18px;
  clear: both;
}
.bcp-live-tv-archive-tools .bcp-live-tv-toolbar {
  margin-bottom: 8px;
}
.archive.category .bcp-live-tv-archive-tools,
.category .bcp-live-tv-archive-tools {
  box-sizing: border-box;
}

/* v1.0.32 - Kategori arşivinde tüm kayıtlar içinde sunucu tarafı arama */
.bcp-archive-search-results {
  margin: 0 0 18px;
}
.bcp-archive-search-results[hidden] {
  display: none !important;
}
.bcp-archive-search-loading,
.bcp-archive-search-title {
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #f4f6fb;
  color: #111;
  font-size: 14px;
  font-weight: 800;
}
.bcp-archive-search-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
.bcp-archive-search-card {
  display: flex;
  gap: 12px;
  min-height: 92px;
  padding: 10px;
  border-radius: 14px;
  background: #fff;
  color: #111;
  box-shadow: 0 6px 18px rgba(0,0,0,.10);
  overflow: hidden;
}
.bcp-archive-search-thumb {
  flex: 0 0 110px;
  width: 110px;
  height: 76px;
  border-radius: 10px;
  overflow: hidden;
  background: #111;
}
.bcp-archive-search-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.bcp-archive-search-body {
  min-width: 0;
  flex: 1 1 auto;
}
.bcp-archive-search-card-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
}
.bcp-archive-search-card-title a {
  color: inherit !important;
  text-decoration: none !important;
}
.bcp-archive-search-card-title a:hover,
.bcp-archive-search-card-title a:focus {
  text-decoration: underline !important;
}
.bcp-archive-search-date {
  margin-top: 5px;
  color: #666;
  font-size: 12px;
  font-weight: 700;
}
.bcp-archive-search-excerpt {
  margin-top: 5px;
  color: #444;
  font-size: 13px;
  line-height: 1.35;
}
@media (max-width: 520px) {
  .bcp-archive-search-card {
    flex-direction: column;
  }
  .bcp-archive-search-thumb {
    width: 100%;
    height: 150px;
    flex-basis: auto;
  }
}


/* v1.0.56 - Güvenli sürüm: video yazıdan önce */
.bcp-safe-video-before-content {
    width: 100%;
    max-width: 860px;
    margin: 0 auto 18px auto;
}

.bcp-safe-video-before-content .bcp-wrap {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
}

.single-post .bcp-safe-video-before-content .bcp-frame {
    border-radius: 14px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .bcp-safe-video-before-content {
        max-width: 100%;
        margin: 0 auto 14px auto;
    }
    .single-post .bcp-safe-video-before-content .bcp-frame {
        border-radius: 12px;
    }
}


/* v1.0.57 - Video çerçeve genişlik düzeltmesi */
.batman-canli-player,
.batman-canli-player-wrap,
.batman-canli-player-wrapper,
.bcp-player,
.bcp-player-wrap,
.bcp-player-wrapper,
.bcp-video,
.bcp-video-wrap,
.bcp-video-wrapper,
.bcp-embed,
.bcp-embed-wrap,
.bcp-embed-wrapper,
.bc-player,
.bc-player-wrap,
.bc-player-wrapper,
.canli-player,
.canli-player-wrap,
.canli-player-wrapper,
.batman-live-player,
.batman-live-player-wrap,
.batman-live-player-wrapper,
.video-player-wrapper {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Player içinde bulunan asıl iframe/video alanı */
.batman-canli-player iframe,
.batman-canli-player video,
.batman-canli-player embed,
.batman-canli-player object,
.batman-canli-player-wrap iframe,
.batman-canli-player-wrap video,
.batman-canli-player-wrapper iframe,
.batman-canli-player-wrapper video,
.bcp-player iframe,
.bcp-player video,
.bcp-player-wrap iframe,
.bcp-player-wrap video,
.bcp-video iframe,
.bcp-video video,
.bcp-video-wrap iframe,
.bcp-video-wrap video,
.bcp-embed iframe,
.bcp-embed video,
.bcp-embed-wrap iframe,
.bcp-embed-wrap video,
.bc-player iframe,
.bc-player video,
.canli-player iframe,
.canli-player video,
.batman-live-player iframe,
.batman-live-player video,
.video-player-wrapper iframe,
.video-player-wrapper video {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Video içeriği siyah çerçeve içinde orantılı kalsın */
.batman-canli-player video,
.batman-canli-player-wrap video,
.batman-canli-player-wrapper video,
.bcp-player video,
.bcp-video video,
.bc-player video,
.canli-player video,
.batman-live-player video,
.video-player-wrapper video {
    max-height: 520px !important;
    object-fit: contain !important;
    background: #000 !important;
}

/* Tekil haber içinde eklenti genişliği taşırmasın */
.single .entry-content .batman-canli-player,
.single .entry-content .batman-canli-player-wrap,
.single .entry-content .batman-canli-player-wrapper,
.single .entry-content .bcp-player,
.single .entry-content .bcp-player-wrap,
.single .entry-content .bcp-video,
.single .entry-content .bc-player,
.single .entry-content .canli-player,
.single .entry-content .batman-live-player,
.single .post-content .batman-canli-player,
.single .post-content .batman-canli-player-wrap,
.single .post-content .bcp-player,
.single .post-content .bc-player,
.single .bccb-single-content .batman-canli-player,
.single .bccb-single-content .batman-canli-player-wrap,
.single .bccb-single-content .bcp-player,
.single .bccb-single-content .bc-player {
    max-width: 760px !important;
    width: 100% !important;
}

/* Mobil */
@media (max-width: 768px) {
    .batman-canli-player,
    .batman-canli-player-wrap,
    .batman-canli-player-wrapper,
    .bcp-player,
    .bcp-player-wrap,
    .bcp-video,
    .bcp-video-wrap,
    .bc-player,
    .canli-player,
    .batman-live-player,
    .video-player-wrapper {
        width: 100% !important;
        max-width: 100% !important;
    }

    .batman-canli-player iframe,
    .batman-canli-player video,
    .batman-canli-player-wrap iframe,
    .batman-canli-player-wrap video,
    .bcp-player iframe,
    .bcp-player video,
    .bcp-video iframe,
    .bcp-video video,
    .bc-player iframe,
    .bc-player video,
    .canli-player iframe,
    .canli-player video,
    .batman-live-player iframe,
    .batman-live-player video,
    .video-player-wrapper iframe,
    .video-player-wrapper video {
        width: 100% !important;
        max-width: 100% !important;
        min-height: 190px !important;
    }
}


/* v1.0.58 - Asıl siyah video çerçevesi (.bcp-frame) geniş kalmasın */
.bcp-wrap,
.bcp-frame,
.single .entry-content .bcp-wrap,
.single .entry-content .bcp-frame,
.single .post-content .bcp-wrap,
.single .post-content .bcp-frame,
.single .bccb-single-content .bcp-wrap,
.single .bccb-single-content .bcp-frame {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Çerçevenin içindeki video/iframe de çerçeveyle aynı genişlikte kalsın */
.bcp-frame iframe,
.bcp-frame video,
.bcp-frame embed,
.bcp-frame object,
.bcp-video,
.bcp-video iframe,
.bcp-video video {
    display: block !important;
    width: 100% !important;
    max-width: 760px !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    min-height: 260px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
}

/* Poster/YouTube görseli çerçeve içinde kırpılmadan dursun */
.bcp-frame img,
.bcp-video img,
.bcp-poster img,
.bcp-frame .bcp-poster,
.bcp-video .bcp-poster {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

/* Siyah çerçeve, içerik kadar görünür; gereksiz yan boşluğu büyütmez */
.bcp-frame {
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #000 !important;
}

/* Eklenti bazı yerlerde inline width verirse kır */
.bcp-wrap[style],
.bcp-frame[style],
.bcp-video[style] {
    max-width: 760px !important;
}

/* Mobilde tam genişlik kalsın ama ekranı taşırmasın */
@media (max-width: 768px) {
    .bcp-wrap,
    .bcp-frame,
    .single .entry-content .bcp-wrap,
    .single .entry-content .bcp-frame,
    .single .post-content .bcp-wrap,
    .single .post-content .bcp-frame,
    .single .bccb-single-content .bcp-wrap,
    .single .bccb-single-content .bcp-frame {
        max-width: 100% !important;
        width: 100% !important;
    }

    .bcp-frame iframe,
    .bcp-frame video,
    .bcp-frame embed,
    .bcp-frame object,
    .bcp-video,
    .bcp-video iframe,
    .bcp-video video {
        max-width: 100% !important;
        width: 100% !important;
        min-height: 190px !important;
    }
}


/* v1.0.60 - Tam ekran kesin genişlik düzeltmesi
   Normal sayfadaki 760px sınırı korunur; yalnızca gerçek fullscreen modunda kırılır. */
.bcp-wrap.bcp-fullscreen-active,
.bcp-wrap.bcp-fullscreen-active[style],
html .bcp-wrap.bcp-fullscreen-active,
body .bcp-wrap.bcp-fullscreen-active,
.bcp-wrap:fullscreen,
.bcp-wrap:fullscreen[style],
.bcp-wrap:-webkit-full-screen,
.bcp-wrap:-webkit-full-screen[style],
.bcp-wrap:-moz-full-screen,
.bcp-wrap:-ms-fullscreen {
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: auto !important;
    bottom: auto !important;
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
    z-index: 2147483647 !important;
    box-sizing: border-box !important;
}

.bcp-wrap.bcp-fullscreen-active .bcp-frame,
.bcp-wrap.bcp-fullscreen-active .bcp-frame[style],
html .bcp-wrap.bcp-fullscreen-active .bcp-frame,
body .bcp-wrap.bcp-fullscreen-active .bcp-frame,
.bcp-wrap:fullscreen .bcp-frame,
.bcp-wrap:fullscreen .bcp-frame[style],
.bcp-wrap:-webkit-full-screen .bcp-frame,
.bcp-wrap:-webkit-full-screen .bcp-frame[style],
.bcp-wrap:-moz-full-screen .bcp-frame,
.bcp-wrap:-ms-fullscreen .bcp-frame {
    position: absolute !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    overflow: hidden !important;
    background: #000 !important;
    box-sizing: border-box !important;
}

.bcp-wrap.bcp-fullscreen-active .bcp-frame video,
.bcp-wrap.bcp-fullscreen-active .bcp-frame iframe,
.bcp-wrap.bcp-fullscreen-active .bcp-video,
.bcp-wrap.bcp-fullscreen-active .bcp-video[style],
.bcp-wrap:fullscreen .bcp-frame video,
.bcp-wrap:fullscreen .bcp-frame iframe,
.bcp-wrap:fullscreen .bcp-video,
.bcp-wrap:-webkit-full-screen .bcp-frame video,
.bcp-wrap:-webkit-full-screen .bcp-frame iframe,
.bcp-wrap:-webkit-full-screen .bcp-video,
.bcp-wrap:-moz-full-screen .bcp-frame video,
.bcp-wrap:-moz-full-screen .bcp-frame iframe,
.bcp-wrap:-ms-fullscreen .bcp-frame video,
.bcp-wrap:-ms-fullscreen .bcp-frame iframe {
    display: block !important;
    position: absolute !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    background: #000 !important;
    box-sizing: border-box !important;
}

.bcp-wrap.bcp-fullscreen-active .bcp-live-controls,
.bcp-wrap:fullscreen .bcp-live-controls,
.bcp-wrap:-webkit-full-screen .bcp-live-controls,
.bcp-wrap:-moz-full-screen .bcp-live-controls,
.bcp-wrap:-ms-fullscreen .bcp-live-controls {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
    z-index: 2147483647 !important;
}

/* v1.0.60b - Native video fullscreen düzeltmesi
   MP4/haber videolarında tarayıcının kendi tam ekran düğmesi video elementini fullscreen yaparsa 760px sınırını kır. */
video.bcp-video:fullscreen,
video.bcp-video:-webkit-full-screen,
video.bcp-video:-moz-full-screen,
video.bcp-video:-ms-fullscreen,
.bcp-video:fullscreen,
.bcp-video:-webkit-full-screen,
.bcp-video:-moz-full-screen,
.bcp-video:-ms-fullscreen {
    display: block !important;
    position: fixed !important;
    inset: 0 !important;
    left: 0 !important;
    top: 0 !important;
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    background: #000 !important;
    box-sizing: border-box !important;
}

/* Eğer tarayıcı fullscreen pseudo-class'ı video yerine document üzerinde işlerse yine bcp-video sınırı kırılır. */
:fullscreen video.bcp-video,
:-webkit-full-screen video.bcp-video,
:-moz-full-screen video.bcp-video,
:-ms-fullscreen video.bcp-video {
    width: 100vw !important;
    width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    min-width: 100vw !important;
    min-height: 100vh !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: auto !important;
    object-fit: contain !important;
    background: #000 !important;
}
