<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* General WooCommerce Styles */
.woocommerce-input-wrapper .radio {
    display: inline !important;
    margin-left: 5px;
}

.woocommerce-input-wrapper label.radio::after {
    content: "\A";
    white-space: pre;
}

.woocommerce div.product.product-type-simple form.cart,
.woocommerce .product-type-variable form.cart .variations_button {
    display: block !important;
}

/* My Account &gt; Orders &gt; Ticket Styles */
table.fooevents-order-table {
    margin: 1em 0;
}

.woocommerce .fooevents-order-table h2 {
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.woocommerce img.fooevents-order-ticket-code,
.woocommerce-page img.fooevents-order-ticket-code {
    float: left !important;
    width: 60px;
    height: 60px;
    margin: 0 1em 0 0;
}

.fooevents-order-ticket-details {
    float: left !important;
    clear: none;
}

.woocommerce .fooevents-order-ticket-id {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 30em) { 

    .woocommerce img.fooevents-order-ticket-code,
    .woocommerce-page img.fooevents-order-ticket-code {
        margin-bottom: 1em;
    }
}
</pre></body></html>