/* Typography bridge for WooCommerce price markup inside the summary widget. */
.qing-product-summary__price .amount,
.qing-product-summary__price .woocommerce-Price-currencySymbol {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

/* The subtitle spacing control owns the gap before the price. Keeping a
   top-margin on the price would collapse with and mask that control. */
.qing-product-summary__subtitle {
    margin-bottom: 22px;
}

.qing-product-summary__price {
    margin-top: 0;
}

.qing-product-summary__title + .qing-product-summary__price {
    margin-top: 22px;
}
