.video-modal[hidden]{
  display:none !important;
}

.video-modal{
  position:fixed;
  inset:0;
  z-index:9999;
}

.video-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(15,23,42,.58);
}

.video-modal-dialog{
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  z-index:10000;
  width:min(92vw, 980px);
  max-height:90vh;
  background:#fff;
  border-radius:18px;
  box-shadow:0 24px 60px rgba(15,23,42,.28);
  overflow:hidden;
}

.video-modal-close{
  position:absolute;
  top:10px;
  right:10px;
  z-index:10001;
  width:42px;
  height:42px;
  border:0;
  border-radius:999px;
  background:rgba(15,23,42,.72);
  color:#fff;
  font-size:20px;
  line-height:1;
  cursor:pointer;
  touch-action:manipulation;
  -webkit-tap-highlight-color: transparent;
}

.video-modal-video-wrap{
  background:#000;
}

.video-modal-video-wrap video{
  display:block;
  width:100%;
  max-height:70vh;
  background:#000;
}

.video-modal-title{
  display:none !important;
}

body.is-video-modal-open{
  overflow:hidden;
}

/* 카드 위 제목/날짜 숨김 */
.vc-overlay,
.vk-meta,
.vk-title,
.vk-date,
.v-card-meta,
.v-card-title,
.v-card-date,
#vcModalTitle,
#commonVideoModalTitle{
  display:none !important;
}
