/**
 * jp-586-preise-shipping-tarife.css
 * /de/preise-und-tarife/ (+ EN twin) — the "Shipping 2.0" system tab now renders
 * a copy of the versandplattform Tarife cards ([dark_card_price] →
 * .product-price-plan-section / .dark-card-widget). That widget pulls the same
 * leaked global pricing decorations (prompt + tab strip + Monatlich/Jährlich
 * switch) that jp-510/jp-521/jp-585 suppress elsewhere — they don't belong on
 * this embedded card, so hide them here too.
 *
 * Scoped to the shipping tab content on the prices-new template (DE + EN), so the
 * page's own main pricing chrome is untouched.
 */
body.page-template-prices-new [data-switch-content="shipping"] .product-price-plan-section.product-price-plan-section::before,
body.page-template-prices-new [data-switch-content="shipping"] .product-price-plan-section.product-price-plan-section .dark-card-widget::before,
body.page-template-prices-new [data-switch-content="shipping"] .product-price-plan-section.product-price-plan-section .dark-card-widget .dark-card-widget__top-text::after {
    content: none !important;
    display: none !important;
    background-image: none !important;
}
body.page-template-prices-new [data-switch-content="shipping"] .product-price-plan-section.product-price-plan-section .dark-card-widget {
    margin-top: 0 !important;
    border-radius: 46px !important;
}
