.scj-youtube-live-section{
  padding:46px 0 54px;
  background:#fff;
}

.scj-youtube-live-section h2{
  margin:0 0 20px;
  color:#111;
  font-size:clamp(23px,3vw,34px);
  font-weight:900;
  text-align:center;
}

.scj-youtube-live-card{
  width:min(1280px,calc(100% - 32px));
  max-width:1280px;
  margin:0 auto;
  padding:16px;
  border:1px solid rgba(0,0,0,.08);
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 34px rgba(0,0,0,.12);
  text-align:center;
}

.scj-youtube-live-player{
  position:relative;
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:17px;
  background:#000;
}

.scj-youtube-live-player iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}

.scj-youtube-live-note{
  max-width:720px;
  margin:14px auto 0;
  color:#6b6b6b;
  font-size:13px;
  font-weight:650;
}

.scj-youtube-live-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-top:14px;
  padding:10px 20px;
  border:1px solid rgba(31,122,74,.28);
  border-radius:999px;
  color:#0f5b35;
  background:rgba(31,122,74,.08);
  font-weight:900;
  text-decoration:none;
  transition:transform .2s ease,background .2s ease;
}

.scj-youtube-live-link:hover{
  transform:translateY(-2px);
  background:rgba(31,122,74,.14);
}

@media(max-width:620px){
  .scj-youtube-live-section{
    padding:36px 0 42px;
  }

  .scj-youtube-live-card{
    padding:10px;
    border-radius:18px;
  }

  .scj-youtube-live-player{
    border-radius:13px;
  }
}
