.elementor-3128 .elementor-element.elementor-element-0b524f5{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-3128 .elementor-element.elementor-element-1a63ccf{text-align:center;}.elementor-3128 .elementor-element.elementor-element-1a63ccf .elementor-heading-title{color:#0A0A0A;}.elementor-3128 .elementor-element.elementor-element-e104e6e{--display:flex;}.elementor-3128 .elementor-element.elementor-element-3eb780a{--display:flex;}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-3128 .elementor-element.elementor-element-18561c1{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-3128 .elementor-element.elementor-element-18561c1 .elementor-divider-separator{width:0%;}.elementor-3128 .elementor-element.elementor-element-18561c1 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}/* Start custom CSS for heading, class: .elementor-element-1a63ccf */.live-stream-container {
  font-family: 'Prompt', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.live-header {
  text-align: center;
  margin-bottom: 20px;
}

.live-header h2 {
  color: #e91e63;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.live-header .live-indicator {
  display: inline-block;
  background-color: #e91e63;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.live-header .live-indicator::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.live-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

.video-container {
  width: 100%;
}

.video-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.video-title {
  font-weight: 500;
  margin: 10px 0;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.live-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(233, 30, 99, 0.8);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

.video-container iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
  display: block;
}

.video-container:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

@media (max-width: 768px) {
  .live-stream-container {
    padding: 10px 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1a30769 */<style>
.live-stream-container {
  font-family: 'Prompt', sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.live-header {
  text-align: center;
  margin-bottom: 20px;
}

.live-header h2 {
  color: #e91e63;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.live-header .live-indicator {
  display: inline-block;
  background-color: #e91e63;
  color: white;
  padding: 3px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.live-header .live-indicator::before {
  content: "•";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  animation: blink 1s infinite;
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

.live-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 10px 0;
}

.video-container {
  width: 100%;
}

.video-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.video-title {
  font-weight: 500;
  margin: 10px 0;
  color: #333;
  font-size: 18px;
  text-align: center;
}

.live-tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(233, 30, 99, 0.8);
  color: white;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .live-stream-container {
    padding: 10px 15px;
  }
}
</style>/* End custom CSS */