/*
 * Hide shipping method radio list UI.
 * It will effectively matter only when your theme still renders the container.
 */
.woocommerce-shipping-methods {
    display: none;
}
