.elementor-156 .elementor-element.elementor-element-d08151e{--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-195d359 */.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 */
/* Start custom CSS for container, class: .elementor-element-d08151e */.ml-page{
  max-width: 1600px;
  margin: 0 auto;
  padding: 14px;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:#2b2b2b;
}

/* top layout */
.ml-top{
  display:flex;
  gap: 18px;
  align-items: stretch;
}

/* video panel (left) */
.ml-video-panel{
  flex: 1 1 auto;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 10px;
  min-height: 640px;
}

.ml-video-surface{
  position: relative;
  width: 100%;
  height: 100%;
  background: #0b0b0b;
  border: 1px solid #111;
  overflow:hidden;
}

.ml-video-surface video{
  width:100%;
  height:100%;
  object-fit: contain;
  background:#000;
  display:block;
}

/* centered play button like screenshot */
.ml-overlay{
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  width: 56px;
  height: 38px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,.28);
  background: rgba(120,120,120,.35);
  color:#fff;
  font-size: 18px;
  cursor:pointer;
}

.ml-overlay:hover{
  background: rgba(160,160,160,.45);
}

/* offline message */
.ml-msg{
  margin-top: 10px;
  border: 1px solid #e6e6e6;
  background:#fff;
  padding: 12px;
  color:#555;
}

/* sidebar (right) */
.ml-sidebar{
  flex: 0 0 360px;
}

.ml-card{
  border: 1px solid #e6e6e6;
  background:#fff;
  padding: 10px;
  display:flex;
  flex-direction: column;
  gap: 12px;
}

.ml-card-media{
  border: 1px solid #e6e6e6;
  background:#f7f7f7;
  padding: 6px;
}

.ml-card-media img{
  display:block;
  width:100%;
  height: 240px;
  object-fit: cover;
}

/* info rows */
.ml-info{
  display:flex;
  flex-direction: column;
  gap: 8px;
}

.ml-row{
  display:flex;
  gap: 10px;
  align-items:center;
  background:#efefef;
  padding: 9px 10px;
  font-size: 13px;
  color:#4b4b4b;
}

.ml-ico{
  width: 18px;
  text-align:center;
  opacity:.85;
}

/* event box */
.ml-event{
  border:1px solid #e6e6e6;
  background:#fff;
}

.ml-event-head{
  background:#f07f8a;
  color:#fff;
  text-align:center;
  font-weight: 600;
  font-size: 13px;
  padding: 7px 10px;
}

.ml-event-body{
  height: 55px; /* empty box like screenshot */
  background:#fff;
}

/* bottom nav */
.ml-bottom{
  margin-top: 14px;
  border: 1px solid #e6e6e6;
  background:#fff;
  padding: 10px;
  display:flex;
  align-items:center;
  gap: 12px;
}

.ml-btn{
  flex: 1 1 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 3px;
  text-decoration:none;
  color:#d06a6e;
  font-size: 13px;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}

.ml-btn:hover{
  background:#fafafa;
}

.ml-btn.is-active{
  background:#f07f8a;
  color:#fff;
}

.ml-btn-ico{
  opacity:.9;
}

/* responsive */
@media (max-width: 1100px){
  .ml-top{ flex-direction: column; }
  .ml-sidebar{ flex: 1 1 auto; }
  .ml-video-panel{ min-height: 420px; }
  .ml-bottom{ flex-direction: column; }
  .ml-btn{ justify-content:flex-start; }
}/* End custom CSS */