/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Hide the radio selector + label when there is only one payment method available.
   The Stripe UPE gateway removes its title from admin settings (known upstream issue),
   so the label always falls back to the untranslated "Payment methods" string.
   With one gateway active the radio adds no value; hiding the layout div leaves
   the Stripe payment form (accordion content) fully visible. */
.wc-block-components-radio-control:has(
    > .wc-block-components-radio-control-accordion-option:only-child
) .wc-block-components-radio-control__option-layout {
    display: none;
}

/* Ocultar el texto de la cabecera Actions en las tablas de productos y lista de deseos */
th.product-remove, 
th.product-action, 
th.woocommerce-orders-table__header-actions,
th.wishlist-product-actions,
th.wishlist-product-remove {
    font-size: 0 !important;
    color: transparent !important;
}
