.elementor-35113 .elementor-element.elementor-element-00d9faa{--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-35113 .elementor-element.elementor-element-b6e8498 > .elementor-widget-container{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-b6e8498 */body {
  font-family: Arial, sans-serif;
  background: #fff;
  color: #000;
  margin: 0;
  padding: 20px;
}

.contenedor {
  max-width: 500px;
  margin: 0 auto;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

h2 {
  text-align: center;
  color: #000;
}

label {
  display: block;
  margin-top: 15px;
  font-weight: bold;
}

select, input[type="text"] {
  width: 100%;
  padding: 10px;
  margin-top: 5px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

button {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}

#cargando {
  display: none;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  color: #007BFF;
}

#resultado {
  margin-top: 20px;
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  white-space: pre-line;
}

#btnCopiar {
  display: none;
  margin-top: 10px;
  background: #0056b3;
}

/* Tus estilos personalizados */
div div label {
  color: #434343;
  font-size: 18px;
}

div div h2 {
  color: #1155cc;
  background-color: #ffffff;
}

div div button {
  background-color: #4a86e8;
  color: #000000;
  font-size: 24px;
  border-style: dotted;
  border-color: #000000;
}

#sorteo {
  color: #ffff00;
  background-color: #000000;
}

input.azul-oscuro {
  color: #ffff00;
  background-color: #000000;
}

#valor {
  color: #ffff00;
  background-color: #000000;
}

#resultado {
  color: #000000;
  background-color: #d9ead3;
}

.azul-oscuro {
  color: #ffff00;
  background-color: #000000;
}

/* ✅ Mejora: cambiar color del placeholder */
input::placeholder {
  color: #000000 !important;
}

input::placeholder {
  color: #000000 !important;
  opacity: 1 !important; /* A veces el color se ve desvanecido si no se fuerza esto */
}

/* Compatibilidad cross-browser */
input::-webkit-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

input::-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

input:-ms-input-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}

input:-moz-placeholder {
  color: #000000 !important;
  opacity: 1 !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-00d9faa */input#loteria
 {
    color: black;
}

input#numero {
    color: black;
}/* End custom CSS */