/* === CUSTOM CSS === */
@media (max-width: 767px) {
  body.widget_winners_show .certificate_head {
    padding: 1rem;
  }
  body.widget_winners_show .certificate_head h1 {
    font-size: 1.25rem;
  }
  body.widget_winners_show .certificate_head p,
  body.widget_winners_show .certificate_head .m_header_title p {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  body.widget_winners_show .m_users_list .list-group-item {
    padding: 0.5rem;
  }
  body.widget_winners_show .m_user {
    padding: 0.5rem;
  }
  body.widget_winners_show .m_user_avatar {
    width: 45px;
    height: 45px;
    margin-right: 0.75rem;
  }
  body.widget_winners_show .m_user_name {
    font-size: 0.95rem;
  }
}


¿Cómo participar?

Compra cualquier producto de la gama NUK.
Guarda tu ticket o factura de compra.
Rellena el formulario y sube una foto legible de tu ticket, donde se vea el producto, el punto de venta y la fecha de compra.
Al enviarlo, sabrás al instante si tu participación coincide con uno de nuestros momentos ganadores.

/* === AI POST CSS === */
[data-component=form-header] {
  background-color: #FFF2EB;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(227, 0, 10, 0.05);
  max-width: 810px;
  margin: 0 auto 2.5rem auto;
  padding-bottom: 2rem;
}

[data-component=form-header] p:first-of-type {
  margin: 0 0 1.5rem 0;
}

[data-component=form-header] p:first-of-type img {
  width: 100%;
  height: auto;
  display: block;
}

[data-component=form-header] p:not(:first-of-type),
[data-component=form-header] ol {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  margin-bottom: 1.2rem;
}

[data-component=form-header] p:not(:first-of-type) {
  font-size: 1.1rem;
  line-height: 1.5;
}

[data-component=form-header] ol {
  line-height: 1.6;
  font-size: 1rem;
  padding-left: 4rem;
}

[data-component=form-header] ol li {
  margin-bottom: 0.6rem;
}

@media screen and (max-width: 560px) {
  [data-component=form-header] {
    margin: 0 10px 1.5rem 10px;
    padding-bottom: 1.5rem;
    border-radius: 12px;
  }
  [data-component=form-header] p:first-of-type {
    margin-bottom: 1rem;
  }
  [data-component=form-header] p:not(:first-of-type),
  [data-component=form-header] ol {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 0.8rem;
  }
  [data-component=form-header] p:not(:first-of-type) {
    font-size: 0.95rem;
    line-height: 1.4;
  }
  [data-component=form-header] ol {
    font-size: 0.9rem;
    padding-left: 2.25rem;
    line-height: 1.5;
  }
  [data-component=form-header] ol li {
    margin-bottom: 0.4rem;
  }
}