.pce-buyback-order-meta {
    border-top: 1px solid rgba(27, 45, 78, 0.12);
    margin-top: 1rem;
    padding-top: 1rem;
}

.pce-buyback-order-meta__row {
    align-items: center;
    display: flex;
    font-size: 0.95rem;
    gap: 1rem;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.pce-buyback-order-meta__label {
    color: #1b2d4e;
    font-weight: 600;
}

.pce-buyback-order-meta__value {
    color: #1b2d4e;
    font-weight: 700;
}

.pce-buyback-order-meta__notice {
    color: #41526f;
    font-size: 0.92rem;
    line-height: 1.5;
    margin: 0;
}

.pce-buyback-checkout-context {
    border-top: 1px solid rgba(27, 45, 78, 0.12);
    padding: 16px 0;
}

.pce-buyback-checkout-context__row {
    margin: 0;
}

.pce-buyback-checkout-context__label,
.pce-buyback-checkout-context__value {
    color: #2f343d;
    font-size: 0.94rem;
    font-weight: 500;
    line-height: 1.4;
}

.pce-buyback-checkout-context__note {
    color: #5f6673;
    font-size: 0.84rem;
    line-height: 1.55;
    margin-top: 0.5rem;
}

.pce-buyback-checkout-context__note-text {
    display: inline;
}

.pce-buyback-checkout-context__learn-more {
    background: none;
    border: 0;
    color: #1b4d8a;
    cursor: pointer;
    display: inline;
    font: inherit;
    font-weight: 600;
    margin-left: 0.35rem;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.pce-buyback-checkout-context__learn-more:hover,
.pce-buyback-checkout-context__learn-more:focus {
    color: #143a68;
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label,
.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1rem;
    line-height: 1.35;
}

.pce-buyback-modal-open {
    overflow: hidden;
}

.pce-buyback-modal {
    align-items: center;
    background: rgba(17, 24, 39, 0.52);
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: fixed;
    z-index: 9999;
}

.pce-buyback-modal[hidden] {
    display: none;
}

.pce-buyback-modal__dialog {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    color: #2f343d;
    max-width: 560px;
    padding: 28px 28px 24px;
    position: relative;
    width: 100%;
}

.pce-buyback-modal__close {
    appearance: none;
    background: none;
    border: 0;
    color: #64748b;
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 18px;
    top: 16px;
}

.pce-buyback-modal__title {
    color: #1f2937;
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.25;
    margin: 0 2rem 0.75rem 0;
}

.pce-buyback-modal__intro,
.pce-buyback-modal__footer {
    color: #5f6673;
    font-size: 0.96rem;
    line-height: 1.65;
    margin: 0;
}

.pce-buyback-modal__steps {
    color: #2f343d;
    font-size: 0.95rem;
    line-height: 1.65;
    margin: 1rem 0;
    padding-left: 1.2rem;
}

.pce-buyback-modal__steps li + li {
    margin-top: 0.6rem;
}

.woocommerce-cart .wc-block-components-express-payment,
.woocommerce-cart .wc-block-components-express-payment-continue-rule,
.woocommerce-cart .ppc-button-wrapper,
.woocommerce-cart .ppc-button,
.woocommerce-cart [id^="ppc-button-applepay-container"],
.woocommerce-cart [id^="ppc-button-googlepay-container"] {
    display: none !important;
}
