

div#root .Product__label::after {
  content: "วันเสาร์ที่ 15 พฤษภาคม 2027";
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.8;
}

/* Let Paperform's rendered blocks be visually reordered 
.public-DraftEditor-content > div[data-contents="true"] {
  display: flex;
  flex-direction: column;
}*/


/*Heading */
figure[data-offset-key="5tnh0-0-0"] {
    order: 100;
}

/* Don't move the whole coupon wrapper; flatten it */
figure[data-offset-key="2aq4l-0-0"],
figure[data-offset-key="2aq4l-0-0"] > form {
  display: contents;
}

/* Move only the coupon field under the product field */
figure[data-offset-key="2aq4l-0-0"] .LiveField--coupon {
  order: 101;
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Keep all attendee/consent sections after product + coupon */
.paperform__section {
  order: 200;
}

/* Force the submit button to the very bottom */
figure[data-offset-key="2aq4l-0-0"] .submit {
  order: 9999;
  width: var(--content-width);
  max-width: 100%;
  margin: 0 auto;
}

.paperform__section--22 a,
.paperform__section--22 .Link {
  color: white !important;
}

div[data-offset-key="4522a-0-0"] a.Link {
  color: white !important;
}

div[data-offset-key="4522a-0-0"] a.Link:hover {
  color: white !important;
}


.LiveField__input--manualfocus[type="number"] {
  font-size: 24px !important;
}