.TicketWrapper {
  flex-wrap: wrap;
}
.TicketWrapper > div:has(.TicketPriceBlock) {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
/* ver detalles */
.TicketWrapper > div:has(.TicketPriceBlock) > button {
  margin-top: 12px;
}

/* ver detalles */

/* cta */
#configurator-ticket #lo_quiero {
  width: 100%;
}

/* cuando tiene cintillo */
#configurator-ticket:has([data-selector="label"]) #lo_quiero {
  margin-top: 4rem;
}
/* cuando tiene cintillo */

/* cta */

.jNwfbh [data-component-name="Paragraph"] {
  color: #e60000 !important;
  text-align: center;
  margin-top: 0;
}

.jNwfbh {
  margin-top: 0 !important;
}

.jqfPgB .TicketItem:last-child p:has(img) {
  display: none !important;
}

/* precio ticket */

.TicketPrice {
  align-items: center !important;
  justify-content: center !important;
}

/* precio ticket */

/* tiempo oferta */
.MarkedMsg {
  width: 100%;
}
.MarkedMsg > p {
  text-align: center;
}

.MarkedMsg .afterPromoMsg {
  color: #e60000 !important;
}

.MarkedMsg .highlightedMsg {
  color: #e60000 !important;
}

.taxSelector {
  display: none !important;
}

/* tiempo oferta */
@media screen and (min-width: 1280px) {
  #configurator {
    padding: 20px !important;
  }
  .PriceHeader {
    flex-direction: column !important;
  }

  /* cintillo */
  #configurator-ticket
    [data-component-name="ContainerWithLabel"]
    > [data-selector="label"] {
    position: relative;
    top: 146px;
    z-index: 1;
  }

  /* cintillo */

  #configurator-ticket:has(
      [data-component-name="ContainerWithLabel"] > [data-selector="label"]
    )
    .jqfPgB {
    margin-top: 3rem;
  }

  .jqfPgB {
    margin-top: 1rem;
  }
  .jYuneS [data-component-name="Divider"]#divider {
    margin: 3rem 0 0 !important;
  }
}
