.xtd-notice[hidden] {
    display: none !important;
}

.xtd-notice {
    display: block;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    margin: 1.25em 0 0;
    padding: 0.85em 1.1em;
    border-radius: 6px;
    background: #ecf7ec;
    border-left: 4px solid #46a546;
    color: #1f3a1f;
    font-size: 0.95em;
    line-height: 1.4;
}

.xtd-notice strong {
    color: #1f3a1f;
}

.xtd-price-feedback[hidden] {
    display: none !important;
}

.xtd-price-feedback {
    margin: 0.4em 0 0.6em;
    font-size: 1.05em;
    color: #2e7d32;
    font-weight: 500;
}

.xtd-feedback-amount {
    font-size: 1.15em;
    font-weight: 700;
}

.xtd-feedback-pct {
    background: #fff3cd;
    color: #7a5d00;
    padding: 0.05em 0.5em;
    border-radius: 999px;
    font-size: 0.85em;
    font-weight: 600;
    margin-left: 0.4em;
}

.xtd-discount-active .xtd-strikethrough {
    text-decoration: line-through;
    opacity: 0.65;
}

.pewc-style-simple .pewc-item input[type="text"].pewc-date-field,
form.cart .pewc-item input[type="text"].pewc-date-field,
form.cart input.pewc-date-field {
    background: #fff !important;
}

.xtd-cart-discount-note {
    display: block;
    margin-top: 0.35em;
    font-size: 0.9em;
    color: #2e7d32;
}

.xtd-cart-discount-note strong {
    color: #2e7d32;
}

.woocommerce-cart-form dl.variation,
.woocommerce-checkout-review-order-table dl.variation {
    display: block;
    margin: 0.4em 0 0;
}
.woocommerce-cart-form dl.variation dt,
.woocommerce-checkout-review-order-table dl.variation dt {
    display: inline !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.woocommerce-cart-form dl.variation dd,
.woocommerce-checkout-review-order-table dl.variation dd {
    display: inline !important;
    float: none !important;
    clear: none !important;
    width: auto !important;
    margin: 0 0 0 0.35em;
    padding: 0;
}
.woocommerce-cart-form dl.variation dd p,
.woocommerce-checkout-review-order-table dl.variation dd p {
    display: inline;
    margin: 0;
}
.woocommerce-cart-form dl.variation dd::after,
.woocommerce-checkout-review-order-table dl.variation dd::after {
    content: "";
    display: block;
}
