.elementor-145 .elementor-element.elementor-element-b03e597{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-548f0fb */.clean-wrap{
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#1f1f1f;
}

/* Top bar */
.clean-topbar{
  padding-bottom: 16px;
  border-bottom: 1px solid #ececec;
}

.clean-title{
  font-size: 20px;
  font-weight: 800;
}

.clean-sub{
  font-size: 12px;
  color:#6f6f6f;
  margin-top: 4px;
}

/* Layout */
.clean-grid{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr 340px;
  gap: 14px;
}

/* Cards */
.clean-card{
  border: 1px solid #e8e8e8;
  border-radius: 12px;
  background:#fff;
  overflow:hidden;
}

/* Video header */
.clean-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding: 12px;
  border-bottom: 1px solid #f0f0f0;
}

.clean-h{
  font-weight: 800;
  font-size: 14px;
}

.clean-hint{
  font-size: 12px;
  color:#777;
}

/* Status */
.clean-status{
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid #e8e8e8;
  color:#666;
}

.clean-status[data-kind="live"]{
  background:#e78b8f;
  border-color:#e78b8f;
  color:#fff;
}

.clean-status[data-kind="off"]{
  background:#f3f3f3;
}

.clean-status[data-kind="err"]{
  background:#fff2f2;
  border-color:#ffd6d6;
  color:#a33;
}

/* Video */
.clean-video{
  position: relative;
  background:#000;
  height: 520px;
}

.clean-video video{
  width:100%;
  height:100%;
  object-fit: contain;
  background:#000;
}

.clean-overlay{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width: 56px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(255,255,255,.18);
  color:#fff;
  font-size: 18px;
  cursor:pointer;
}

/* Message */
.clean-msg{
  padding: 12px;
  border-top: 1px solid #f0f0f0;
  color:#555;
}

/* Sidebar */
.clean-side{
  display:flex;
  flex-direction:column;
  gap: 14px;
}

.clean-side-h{
  padding: 12px;
  font-weight: 800;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}

.clean-event{
  padding: 14px 12px;
  min-height: 70px;
}

.clean-event-title{
  font-family: Georgia, serif;
  font-size: 18px;
}

.clean-event-time{
  font-size: 12px;
  color:#666;
  margin-top: 6px;
}

.clean-event-note{
  font-size: 12px;
  color:#666;
  margin-top: 6px;
}

/* Contact */
.clean-image-wrap{
  padding: 12px 12px 0 12px;
}

.clean-image{
  width:100%;
  height:180px;
  object-fit:cover;
  border-radius:10px;
}

.clean-contact{
  padding: 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.clean-line{
  padding: 10px;
  background:#f4f4f4;
  border-radius: 10px;
  font-size: 13px;
  color:#444;
}

/* Buttons */
.clean-side-tabs{
  padding: 12px;
  display:flex;
  flex-direction:column;
  gap: 10px;
}

.clean-side-tab{
  text-decoration:none;
  font-size: 13px;
  padding: 12px;
  border-radius: 10px;
  border: 1px solid #e8e8e8;
  background:#fff;
  color:#b85a5e;
  text-align:center;
}

.clean-side-tab:hover{
  background:#fafafa;
}

.clean-side-tab.is-active{
  background:#e78b8f;
  border-color:#e78b8f;
  color:#fff;
}

/* Responsive */
@media (max-width: 980px){
  .clean-grid{ grid-template-columns: 1fr; }
  .clean-video{ height: 420px; }
}/* End custom CSS */