/**
 * Pro Sports Experience Frontend Styles
 */

/* Terms checkbox styling */
.woocommerce input[name="terms"] {
    margin-right: 5px;
}

/* Register button styling */
.woocommerce .single_add_to_cart_button {
    background-color: #0073aa;
    color: #ffffff;
    font-weight: bold;
    transition: all 0.3s ease;
}

.woocommerce .single_add_to_cart_button:hover {
    background-color: #005177;
}

.woocommerce .single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
