/* CB_WORKSHOP_RUNTIME_CSS_BEGIN */
[data-cb-workshop-runtime]{
  width:100%;
  max-width:min(96vw, 1600px);
  margin:28px auto 36px auto;
  padding:18px 18px 24px 18px;
  border-radius:24px;
  box-sizing:border-box;
  background:#ffffff;
  box-shadow:0 18px 60px rgba(0,0,0,.08);
}

[data-cb-workshop-runtime] *{
  box-sizing:border-box;
}

.cb-workshop-runtime-head{
  margin-bottom:18px;
}

.cb-workshop-runtime-kicker{
  font-size:12px;
  font-weight:700;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.68;
  margin-bottom:6px;
}

.cb-workshop-runtime-title{
  margin:0 0 8px 0;
  font-size:clamp(24px, 3.4vw, 42px);
  line-height:1.08;
}

.cb-workshop-runtime-desc{
  margin:0;
  font-size:clamp(14px, 1.6vw, 18px);
  line-height:1.6;
  opacity:.82;
}

.cb-workshop-stage-wrap{
  display:grid;
  grid-template-columns:64px minmax(0,1fr) 64px;
  gap:14px;
  align-items:center;
  width:100%;
  margin-top:16px;
}

.cb-workshop-arrow{
  width:64px;
  height:64px;
  border:0;
  border-radius:999px;
  cursor:pointer;
  font-size:32px;
  line-height:1;
  background:#111111;
  color:#ffffff;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

.cb-workshop-stage{
  width:100%;
  min-height:720px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(248,248,248,.98));
  border:1px solid rgba(0,0,0,.06);
}

#cb-workshop-stage-image{
  display:block;
  width:100%;
  max-width:none;
  height:auto;
  min-height:720px;
  object-fit:contain;
  object-position:center center;
  user-select:none;
  -webkit-user-drag:none;
}

.cb-workshop-scene-tabs{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.cb-workshop-scene-tab{
  appearance:none;
  border:1px solid rgba(0,0,0,.12);
  background:#f5f5f5;
  color:#111111;
  padding:11px 14px;
  border-radius:999px;
  cursor:pointer;
  font-size:14px;
  font-weight:700;
  line-height:1;
}

.cb-workshop-scene-tab.is-active{
  background:#111111;
  color:#ffffff;
  border-color:#111111;
}

.cb-workshop-scene-meta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-top:14px;
  font-size:15px;
  font-weight:700;
}

[data-cb-workshop-legacy="1"]{
  display:none !important;
}

@media (max-width: 1180px){
  .cb-workshop-stage{
    min-height:580px;
  }
  #cb-workshop-stage-image{
    min-height:580px;
  }
}

@media (max-width: 820px){
  [data-cb-workshop-runtime]{
    padding:14px 14px 18px 14px;
    border-radius:18px;
  }

  .cb-workshop-stage-wrap{
    grid-template-columns:52px minmax(0,1fr) 52px;
    gap:10px;
  }

  .cb-workshop-arrow{
    width:52px;
    height:52px;
    font-size:28px;
  }

  .cb-workshop-stage{
    min-height:420px;
    border-radius:18px;
  }

  #cb-workshop-stage-image{
    min-height:420px;
  }

  .cb-workshop-scene-meta{
    flex-direction:column;
    align-items:flex-start;
  }
}

@media (max-width: 540px){
  .cb-workshop-stage-wrap{
    grid-template-columns:44px minmax(0,1fr) 44px;
    gap:8px;
  }

  .cb-workshop-arrow{
    width:44px;
    height:44px;
    font-size:24px;
  }

  .cb-workshop-stage{
    min-height:300px;
  }

  #cb-workshop-stage-image{
    min-height:300px;
  }

  .cb-workshop-scene-tab{
    width:100%;
  }
}
/* CB_WORKSHOP_RUNTIME_CSS_END */