/* EventON Woo Meta Restore - frontend formatting */

/* Prominent event title (cart, checkout, thankyou) */
.by-evotx-event-title{
  display:block;
  font-weight:700;
  font-size:1.25em;
  line-height:1.25;
  margin:0 0 10px 0;
  color: var(--by-commander-bg, #e83e8c);
  text-decoration:none;
}
.by-evotx-event-title:hover{ text-decoration:underline; }

/* Slightly larger meta text */
.woocommerce-cart-form dl.variation,
.woocommerce-checkout-review-order dl.variation{
  font-size:1.05em;
  line-height:1.45;
}

/* Fix label/value spacing for WooCommerce item data (dl.variation) */
.woocommerce-cart-form dl.variation dt,
.woocommerce-checkout-review-order dl.variation dt{
  font-weight:700;
  display:inline;
  float:none !important;
  clear:none !important;
  margin:0 !important;
  padding:0 !important;
}
.woocommerce-cart-form dl.variation dt::after,
.woocommerce-checkout-review-order dl.variation dt::after{
  /* Do not assume whitespace exists between <dt> and <dd> */
  content:"";
}
.woocommerce-cart-form dl.variation dd,
.woocommerce-checkout-review-order dl.variation dd{
  display:inline;
  float:none !important;
  clear:none !important;
  margin:0 0 6px 0 !important;
  padding:0 !important;
}

.woocommerce-cart-form dl.variation dd::before,
.woocommerce-checkout-review-order dl.variation dd::before{
  /* Ensure a space after the label colon */
  content:"\00a0";
}
.woocommerce-cart-form dl.variation dd p,
.woocommerce-checkout-review-order dl.variation dd p{
  display:inline;
  margin:0;
}
.woocommerce-cart-form dl.variation dd::after,
.woocommerce-checkout-review-order dl.variation dd::after{
  content:"\A";
  white-space:pre;
}

/* Blocks rendering (our classes) */
.evotx_wc_meta{ font-size:1.05em; line-height:1.45; margin-top:8px; }
.evotx_wc_meta_row strong{ font-weight:700; }
.evotx_wc_meta_row{ margin:0 0 6px 0; }

