/*
Theme Name: Go Child
Theme URI: https://github.com/godaddy-wordpress/go
Template: go
Author: GoDaddy
Author URI: https://www.godaddy.com
Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.
Tags: block-styles,custom-colors,custom-logo,custom-menu,e-commerce,editor-style,one-column,theme-options,threaded-comments,translation-ready,wide-blocks
Version: 1.8.18.1772439114
Updated: 2026-03-02 01:11:54

*/

/* Shrink WooCommerce download buttons */
.woocommerce-MyAccount-content a.button,
.woocommerce a.button,
.woocommerce button.button {
    padding: 4px 10px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    min-height: auto !important;
}

/* Prevent words from breaking in the middle */
.woocommerce-MyAccount-content {
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

/* Fix wrapping in downloads table */
.woocommerce table.shop_table td {
    word-break: normal !important;
    overflow-wrap: normal !important;
}