* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
  background: #fff;
  font-family: "Open Sans", sans-serif;
}
#captcha-gate {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#widget-v2 {
  /* Flexbox es perfecto para centrar contenido inyectado por scripts */
  display: flex;
  justify-content: center;
  align-items: center;

  /* Opcional: Un pequeño margen para separarlo del título <h3> */
  margin-top: 15px;
}
.separador {
  background-color: #bc955b;
  color: #fff;
}
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #bc955b;
  margin-top: auto;
}
.submit-button {
  width: 200px;
}

.zoom-container {
  zoom: 80%;
}
.submit-button {
  background-color: #c00000;
}
.fsc-1 {
  font-size: 12px !important;
}
[data-selector="GUIDE_CHANNEL_BUTTON"] {
  display: none !important;
}
[data-selector="GUIDE_SINGLE_MENU_CLOSE_BUTTON"] {
  display: none !important;
}
